Proprietà MapPointRules.MapColorRule
Gets or sets a set of colors for map points in the parent layer.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property MapColorRule As MapColorRule
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.MapColorRule
A MapColorRule object.