다음을 통해 공유


DataLabel 속성

Gets the label for the empty points.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property DataLabel As ChartDataLabel
    Get
‘사용 방법
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