Partager via


Propriété MapColorScale

Gets or sets the color scale for the map.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapColorScale As MapColorScale
    Get
    Set
'Utilisation
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)