Condividi tramite


Proprietà ChartLegend.ChartLegendColumns

Gets the legend columns.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ChartLegendColumns As IList(Of ChartLegendColumn)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

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

Vedere anche

Riferimento

ChartLegend Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel