言語

ReportItem.ToolTip プロパティ

定義

レポート項目のテキストラベルに評価する式が割り当てられます。 HTMLレポートのTITLEやALT属性のレンダリングなどに使用されます。

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportStringProperty ^ ToolTip { Microsoft::ReportingServices::OnDemandReportRendering::ReportStringProperty ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty ToolTip { get; }
member this.ToolTip : Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
Public ReadOnly Property ToolTip As ReportStringProperty

プロパティ値

レポート項目のテキストラベルを表す ReportStringProperty オブジェクト。

適用対象