ChartLegend.ChartLegendColumns プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
凡例の列を取得します。
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> オブジェクト。
- 属性