Propriedade do RDL ChartAxisTitle.CaptionLocID
The unique identifier for the Caption property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property CaptionLocID As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String