共用方式為


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.

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間