共用方式為


MapPolygonLayer.MapCenterPointTemplate 屬性

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.

請參閱

參考

MapPolygonLayer 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間