Compartir a través de


ChartSeries.LegendName Propiedad

Gets an expression that evaluates to the name of the legend in which this series should appear.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property LegendName As ReportStringProperty 
    Get
'Uso
Dim instance As ChartSeries 
Dim value As ReportStringProperty 

value = instance.LegendName
public abstract ReportStringProperty LegendName { get; }
public:
virtual property ReportStringProperty^ LegendName {
    ReportStringProperty^ get () abstract;
}
abstract LegendName : ReportStringProperty
abstract function get LegendName () : ReportStringProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Vea también

Referencia

ChartSeries Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering