次の方法で共有


ChartLegend.ChartLegendColumns プロパティ

定義

凡例の列を取得します。

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)

プロパティ値

IList<T> オブジェクト。

属性

適用対象