Udostępnij przez


Właściwość ChartLegend.ChartLegendColumns

Pobiera kolumn legendy.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ChartLegendColumns As IList(Of ChartLegendColumn)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Collections.Generic.IList<ChartLegendColumn>
IList<T> Obiektu.