Udostępnij przez


Właściwość ChartEmptyPoints.DataLabel

Pobiera etykiety dla pustych miejsc.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property DataLabel As ChartDataLabel
    Get
'Użycie
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