Partilhar via


Propriedade do RDL ChartSeries.DataLabel

Gets the label for the data points.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel 
    Get
'Uso
Dim instance As ChartSeries 
Dim value As ChartDataLabel 

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

Valor da propriedade

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

Consulte também

Referência

ChartSeries Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering