다음을 통해 공유


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)