Compartilhar via


Propriedade do RDL MapPointRules.MapColorRule

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

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

Sintaxe

'Declaração
Public ReadOnly Property MapColorRule As MapColorRule 
    Get
'Uso
Dim instance As MapPointRules 
Dim value As MapColorRule 

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

Valor da propriedade

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

Consulte também

Referência

MapPointRules Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering