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 a set of colors for map polygons in the parent layer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapColorRule As MapColorRule
Get
Set
'Usage
Dim instance As MapPolygonRules
Dim value As MapColorRule
value = instance.MapColorRule
instance.MapColorRule = value
public MapColorRule MapColorRule { get; set; }
public:
property MapColorRule^ MapColorRule {
MapColorRule^ get ();
void set (MapColorRule^ value);
}
member MapColorRule : MapColorRule with get, set
function get MapColorRule () : MapColorRule
function set MapColorRule (value : MapColorRule)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.MapColorRule
A MapColorRule object.