Udostępnij za pośrednictwem


Właściwość ChartMember.Label

Etykiety wyświetlane w legendzie (dla członków serii i kategorii członków podczas ChartSeries.Type = kształtu) lub kategorii oś (dla kategorii członków).

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 ChartMember
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)