Compartir a través de


ChartDataLabel.Label Propiedad

Gets an expression that evaluates to the label for the data point.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Label As ReportStringProperty 
    Get
'Uso
Dim instance As ChartDataLabel 
Dim value As ReportStringProperty 

value = instance.Label
public ReportStringProperty Label { get; }
public:
property ReportStringProperty^ Label {
    ReportStringProperty^ get ();
}
member Label : ReportStringProperty
function get Label () : ReportStringProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vea también

Referencia

ChartDataLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering