Compartir a través de


ChartEmptyPoints.DataLabel Propiedad

Gets the label for the empty points.

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

Sintaxis

'Declaración
Public ReadOnly Property DataLabel As ChartDataLabel 
    Get
'Uso
Dim instance As ChartEmptyPoints 
Dim value As ChartDataLabel 

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

Valor de la propiedad

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

Vea también

Referencia

ChartEmptyPoints Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering