CaptionLocID-Eigenschaft
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 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)
Eigenschaftswert
Typ: System. . :: . .String
A string value.