Partilhar via


Propriedade do RDL Map.MapColorScale

Gets the color scale for the map.

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

Sintaxe

'Declaração
Public ReadOnly Property MapColorScale As MapColorScale 
    Get
'Uso
Dim instance As Map 
Dim value As MapColorScale 

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

Valor da propriedade

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

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering