Sdílet prostřednictvím


ChartLegend.ChartLegendColumns Property

Gets the legend columns.

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

Syntax

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

Property Value

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

See Also

Reference

ChartLegend Class

Microsoft.ReportingServices.RdlObjectModel Namespace