次の方法で共有


ChartLegendTitle.CaptionLocID プロパティ

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

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

構文

'宣言
Public Property CaptionLocID As String 
    Get 
    Set
'使用
Dim instance As ChartLegendTitle 
Dim value As String 

value = instance.CaptionLocID

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

プロパティ値

型: System.String
string 値です。

関連項目

参照

ChartLegendTitle クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間