Udostępnij za pośrednictwem


MapCustomColorRule.MapCustomColors Property

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

Property Value

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

See Also

Reference

MapCustomColorRule Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace