MapCenterPointRules 屬性

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property MapCenterPointRules As MapPointRules
    Get
    Set
'用途
Dim instance As MapPolygonLayer
Dim value As MapPointRules

value = instance.MapCenterPointRules

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