Partager via


Propriété ChartSeriesInstance.LegendName

Gets the calculated value of the LegendName property in a ChartSeries class.

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

Syntaxe

'Déclaration
Public ReadOnly Property LegendName As String 
    Get
'Utilisation
Dim instance As ChartSeriesInstance 
Dim value As String 

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

Valeur de propriété

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

Voir aussi

Référence

ChartSeriesInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering