共用方式為


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