ChartLegend.ChartLegendColumns Property

Definition

Gets the legend columns.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartLegendColumn ^> ^ ChartLegendColumns { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartLegendColumn ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartLegendColumn ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumn>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumn> ChartLegendColumns { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumn>))>]
member this.ChartLegendColumns : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumn> with get, set
Public Property ChartLegendColumns As IList(Of ChartLegendColumn)

Property Value

An IList<T> object.

Attributes

Applies to