Udostępnij przez


Właściwość ChartItemInLegend.LegendText

Pobiera wyrażenie etykiety w legendzie dla element.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property LegendText As ReportStringProperty
    Get
'Użycie
Dim instance As ChartItemInLegend
Dim value As ReportStringProperty

value = instance.LegendText
public ReportStringProperty LegendText { get; }
public:
property ReportStringProperty^ LegendText {
    ReportStringProperty^ get ();
}
member LegendText : ReportStringProperty
function get LegendText () : ReportStringProperty