Partilhar via


Propriedade do RDL 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