次の方法で共有


ChartLegendColumn.ToolTipLocID プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ToolTip プロパティの一意の識別子を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ToolTipLocID As String 
    Get 
    Set
'使用
Dim instance As ChartLegendColumn 
Dim value As String 

value = instance.ToolTipLocID

instance.ToolTipLocID = value
public string ToolTipLocID { get; set; }
public:
property String^ ToolTipLocID {
    String^ get ();
    void set (String^ value);
}
member ToolTipLocID : string with get, set
function get ToolTipLocID () : String 
function set ToolTipLocID (value : String)

プロパティ値

型: System.String
string 値。

関連項目

参照

ChartLegendColumn クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間