Partager via


Propriété MapCustomColors

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapCustomColors As MapCustomColorCollection
    Get
'Utilisation
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