Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.