Właściwość ChartDataLabelInstance.Label
Pobiera wartość obliczoną Label właściwość w ChartDataLabel klasy po zastosowano formatowanie.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Label As String
Get
'Użycie
Dim instance As ChartDataLabelInstance
Dim value As String
value = instance.Label
public string Label { get; }
public:
property String^ Label {
String^ get ();
}
member Label : string
function get Label () : String
Wartość właściwości
Typ: System.String
A ciąg wartości reprezentującej obliczonej wartości Label właściwość po zastosowano formatowanie.
Uwagi
Dla obliczonej wartości Label właściwość przed zastosowano formatowanie, zobacz OriginalValue.
Zobacz także