Partilhar via


Propriedade do RDL Chart.Legends

Gets the chart legends.

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

Sintaxe

'Declaração
Public ReadOnly Property Legends As ChartLegendCollection 
    Get
'Uso
Dim instance As Chart 
Dim value As ChartLegendCollection 

value = instance.Legends
public ChartLegendCollection Legends { get; }
public:
property ChartLegendCollection^ Legends {
    ChartLegendCollection^ get ();
}
member Legends : ChartLegendCollection
function get Legends () : ChartLegendCollection

Valor da propriedade

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

Consulte também

Referência

Chart Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering