Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the color scale for the map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapColorScale As MapColorScale
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.MapColorScale
A MapColorScale object.