Partilhar via


Propriedade do RDL ChartDataPoint.DataLabel

Gets the label for the data point.

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 ChartDataPoint 
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 that represents the label for the data point.

Consulte também

Referência

ChartDataPoint Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering