Propriedade do RDL ChartLegendColumns

Gets the legend columns.

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

Sintaxe

'Declaração
Public Property ChartLegendColumns As IList(Of ChartLegendColumn)
    Get
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartLegendColumn> ) > ) >
An IList<(Of <(<'T>)>)> object.