MapCustomColorRule.MapCustomColors Propriedade

Definição

Obtém ou define uma coleção de cores a serem usadas para colorir os elementos espaciais do mapa.

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))

Valor da propriedade

Um objeto IList<T>.

Atributos

Aplica-se a