다음을 통해 공유


MapCenterPointRules 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property MapCenterPointRules As MapPointRules
    Get
‘사용 방법
Dim instance As MapPolygonLayer
Dim value As MapPointRules

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