Condividi tramite


Proprietà Map.MapColorScale

Gets or sets the color scale for the map.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapColorScale As MapColorScale 
    Get 
    Set
'Utilizzo
Dim instance As Map 
Dim value As MapColorScale 

value = instance.MapColorScale

instance.MapColorScale = value
public MapColorScale MapColorScale { get; set; }
public:
property MapColorScale^ MapColorScale {
    MapColorScale^ get ();
    void set (MapColorScale^ value);
}
member MapColorScale : MapColorScale with get, set
function get MapColorScale () : MapColorScale 
function set MapColorScale (value : MapColorScale)

Valore proprietà

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

Vedere anche

Riferimento

Map Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel