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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapColorScale
A MapColorScale object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace