ChartLegendCustomItemCell.ToolTip プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
カスタムの凡例項目に関して表示するツールヒントに評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property ToolTip As ReportStringProperty
Get
'使用
Dim instance As ChartLegendCustomItemCell
Dim value As ReportStringProperty
value = instance.ToolTip
public ReportStringProperty ToolTip { get; }
public:
property ReportStringProperty^ ToolTip {
ReportStringProperty^ get ();
}
member ToolTip : ReportStringProperty
function get ToolTip () : ReportStringProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
カスタムの凡例項目に関して表示するツールヒントを表す ReportStringProperty オブジェクト。