Del via


MapPointLayer.MapPointRules Property

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 (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MapPointRules As MapPointRules
    Get
    Set
'Usage
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)