Compartir a través de


ChartLegendTitle.CaptionLocID Propiedad

The unique identifier for the Caption property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property CaptionLocID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A string value.

Vea también

Referencia

ChartLegendTitle Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel