MapPolygonLayer.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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.MapPointRules
A MapPointRules object.

请参阅

参考

MapPolygonLayer 类

Microsoft.ReportingServices.RdlObjectModel 命名空间