Compartilhar via


Propriedade do RDL MapPointLayer.MapPointRules

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MapPointRules As MapPointRules 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

MapPointLayer Classe

Namespace Microsoft.ReportingServices.RdlObjectModel