Proprietà MapPointLayer.MapPointRules

Gets or sets a set of rules to be applied to the map points in the map point layer.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapPointRules As MapPointRules 
    Get 
    Set
'Utilizzo
Dim instance As MapPointLayer 
Dim value As MapPointRules 

value = instance.MapPointRules

instance.MapPointRules = value
public MapPointRules MapPointRules { get; set; }
public:
property MapPointRules^ MapPointRules {
    MapPointRules^ get ();
    void set (MapPointRules^ value);
}
member MapPointRules : MapPointRules with get, set
function get MapPointRules () : MapPointRules 
function set MapPointRules (value : MapPointRules)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.MapPointRules
A MapPointRules object.

Vedere anche

Riferimento

MapPointLayer Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel