Condividi tramite


Proprietà Map.MapColorScale

Gets the color scale for the map.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapColorScale As MapColorScale 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Map Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering