Partager via


Propriété LegendText

Gets an expression that evaluates to the label to use in the legend for the item.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LegendText As ReportStringProperty
    Get
'Utilisation
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