Partager via


Propriété ChartLegend.ChartLegendColumns

Gets the legend columns.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property ChartLegendColumns As IList(Of ChartLegendColumn)
    Get 
    Set
'Utilisation
Dim instance As ChartLegend 
Dim value As IList(Of ChartLegendColumn)

value = instance.ChartLegendColumns

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

Valeur de propriété

Type : System.Collections.Generic.IList<ChartLegendColumn>
An IList<T> object.

Voir aussi

Référence

ChartLegend Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel