共用方式為


DataLabel 屬性

Gets the label for the data point.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property DataLabel As ChartDataLabel
    Get
'用途
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