ChartDataLabel.Label 屬性
Gets an expression that evaluates to the label for the data point.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Label As ReportStringProperty
Get
'用途
Dim instance As ChartDataLabel
Dim value As ReportStringProperty
value = instance.Label
public ReportStringProperty Label { get; }
public:
property ReportStringProperty^ Label {
ReportStringProperty^ get ();
}
member Label : ReportStringProperty
function get Label () : ReportStringProperty
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.