ChartAxisTitle.CaptionLocID 属性
The unique identifier for the Caption property.
命名空间: 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)