Udostępnij przez


Właściwość ChartDataLabel.Label

Etykieta punkt danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Label As ReportExpression
    Get
    Set
'Użycie
Dim instance As ChartDataLabel
Dim value As ReportExpression

value = instance.Label

instance.Label = value
public ReportExpression Label { get; set; }
public:
property ReportExpression Label {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Label : ReportExpression with get, set
function get Label () : ReportExpression
function set Label (value : ReportExpression)