Partilhar via


Propriedade do RDL ChartSeriesInstance.LegendName

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property LegendName As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ChartSeriesInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering