Gets a template for the polygon center point to be applied to points in the parent map layer.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property MapCenterPointTemplate As MapPointTemplate
Get
用法
Dim instance As MapPolygonLayer
Dim value As MapPointTemplate
value = instance.MapCenterPointTemplate
public MapPointTemplate MapCenterPointTemplate { get; }
public:
property MapPointTemplate^ MapCenterPointTemplate {
MapPointTemplate^ get ();
}
member MapCenterPointTemplate : MapPointTemplate
function get MapCenterPointTemplate () : MapPointTemplate
属性值
类型:Microsoft.ReportingServices.OnDemandReportRendering.MapPointTemplate
A MapPointTemplate object.