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