Share via


MapPolygonRules.MapColorRule Property

Gets a set of colors for map polygons in the parent layer.

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

Syntax

'Declaration
Public ReadOnly Property MapColorRule As MapColorRule 
    Get
'Usage
Dim instance As MapPolygonRules 
Dim value As MapColorRule 

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

Property Value

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

See Also

Reference

MapPolygonRules Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace