Map.MapColorScale Property

Gets the color scale for the map.

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

Syntax

'Declaration
Public ReadOnly Property MapColorScale As MapColorScale
    Get
'Usage
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