Share via


MapCustomColorRule.MapCustomColors Propriété

Définition

Obtient ou définit une collection de couleurs à utiliser pour coloriser les éléments spatiaux de la carte.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor>> ^ MapCustomColors { 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("MapCustomColor", 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>> MapCustomColors { get; set; }
[<System.Xml.Serialization.XmlArrayItem("MapCustomColor", 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.MapCustomColors : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor>> with get, set
Public Property MapCustomColors As IList(Of ReportExpression(Of ReportColor))

Valeur de propriété

Objet IList<T>.

Attributs

S’applique à