Udostępnij za pośrednictwem


Właściwość ChartItemInLegend.LegendText

Etykieta do użycia w legendzie dla element.

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

Składnia

'Deklaracja
Public Property LegendText As ReportExpression
    Get
    Set
'Użycie
Dim instance As ChartItemInLegend
Dim value As ReportExpression

value = instance.LegendText

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