Partager via


Propriété MapLineRules.MapColorRule

Gets or sets a set of colors for map lines.

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

Syntaxe

'Déclaration
Public Property MapColorRule As MapColorRule 
    Get 
    Set
'Utilisation
Dim instance As MapLineRules 
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.MapColorRule
A MapColorRule object.

Voir aussi

Référence

MapLineRules Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel