ChartLegend.ChartLegendColumns Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les colonnes de légende.
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)
Valeur de propriété
Objet IList<T>.
- Attributs