MapColorRule-Eigenschaft
Gets or sets a set of colors for map points 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 MapPointRules
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.