MapPointLayer.MapPointRules 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property MapPointRules As MapPointRules
    Get
    Set
用法
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)