ChartLegend.ChartLegendColumns 属性
Gets the legend columns.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property ChartLegendColumns As IList(Of ChartLegendColumn)
Get
Set
用法
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>)
属性值
类型:System.Collections.Generic.IList<ChartLegendColumn>
An IList<T> object.