Compartir a través de


Map.MapColorScale Propiedad

Gets the color scale for the map.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

Map Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering