Freigeben über


MapCustomColorRule.MapCustomColors-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property MapCustomColors As MapCustomColorCollection 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

MapCustomColorRule Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace