次の方法で共有


ChartStripLine.ToolTipLocID プロパティ

ToolTip プロパティの一意の識別子です。

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

構文

'宣言
Public Property ToolTipLocID As String 
    Get 
    Set
'使用
Dim instance As ChartStripLine 
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

関連項目

参照

ChartStripLine クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間