Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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