CaptionLocID プロパティ
Caption プロパティの一意の識別子です。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property CaptionLocID As String
Get
Set
'使用
Dim instance As ChartAxisTitle
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)