次の方法で共有


ChartLegend.ChartLegendColumns プロパティ

凡例の列を取得します。

名前空間:  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>
IList<T> オブジェクト。

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間