Share via


ChartAxisTitle.CaptionLocID Property

The unique identifier for the Caption property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property CaptionLocID As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String