共用方式為


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)

屬性值

型別:System.String

請參閱

參考

ChartAxisTitle 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間