Chart.ChartCustomPaletteColors Proprietà

Definizione

Ottiene o imposta l'elenco di colori nella tavolozza personalizzata.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor>> ^ ChartCustomPaletteColors { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor>> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor>> ^ value); };
[System.Xml.Serialization.XmlArrayItem("ChartCustomPaletteColor", typeof(Microsoft.ReportingServices.RdlObjectModel.ReportExpression`1<Microsoft.ReportingServices.RdlObjectModel.ReportColor>))]
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportExpression`1<Microsoft.ReportingServices.RdlObjectModel.ReportColor>>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor>> ChartCustomPaletteColors { get; set; }
[<System.Xml.Serialization.XmlArrayItem("ChartCustomPaletteColor", typeof(Microsoft.ReportingServices.RdlObjectModel.ReportExpression`1<Microsoft.ReportingServices.RdlObjectModel.ReportColor>))>]
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportExpression`1<Microsoft.ReportingServices.RdlObjectModel.ReportColor>>))>]
member this.ChartCustomPaletteColors : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor>> with get, set
Public Property ChartCustomPaletteColors As IList(Of ReportExpression(Of ReportColor))

Valore della proprietà

Oggetto IList<T>.

Attributi

Si applica a