Partager via


Propriété ChartItemInLegendInstance.LegendText

Gets the calculated value of the LegendText property in a ChartItemInLegend class.

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

Syntaxe

'Déclaration
Public ReadOnly Property LegendText As String 
    Get
'Utilisation
Dim instance As ChartItemInLegendInstance 
Dim value As String 

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

Valeur de propriété

Type : System.String
A string value that represents the calculated value of the LegendText property.

Voir aussi

Référence

ChartItemInLegendInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering