Compartilhar via


Propriedade do RDL MapCustomColorRule.MapCustomColors

Gets a collection of colors to be used to colorize the map spatial elements.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MapCustomColors As MapCustomColorCollection 
    Get
'Uso
Dim instance As MapCustomColorRule 
Dim value As MapCustomColorCollection 

value = instance.MapCustomColors
public MapCustomColorCollection MapCustomColors { get; }
public:
property MapCustomColorCollection^ MapCustomColors {
    MapCustomColorCollection^ get ();
}
member MapCustomColors : MapCustomColorCollection
function get MapCustomColors () : MapCustomColorCollection

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapCustomColorCollection
A MapCustomColorCollection object.

Consulte também

Referência

MapCustomColorRule Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering