Compartilhar via


Propriedade do RDL Chart.ChartLegends

Gets or sets the set of legends for the chart.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ChartLegends As IList(Of ChartLegend)
    Get 
    Set
'Uso
Dim instance As Chart 
Dim value As IList(Of ChartLegend)

value = instance.ChartLegends

instance.ChartLegends = value
public IList<ChartLegend> ChartLegends { get; set; }
public:
property IList<ChartLegend^>^ ChartLegends {
    IList<ChartLegend^>^ get ();
    void set (IList<ChartLegend^>^ value);
}
member ChartLegends : IList<ChartLegend> with get, set
function get ChartLegends () : IList<ChartLegend>
function set ChartLegends (value : IList<ChartLegend>)

Valor da propriedade

Tipo: System.Collections.Generic.IList<ChartLegend>
An IList<T> object.

Consulte também

Referência

Chart Classe

Namespace Microsoft.ReportingServices.RdlObjectModel