次の方法で共有


MapPolygonTemplate.CenterPointOffsetX プロパティ

マップの多角形テンプレートの適用先である、マップの多角形の中心点の X オフセットを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property CenterPointOffsetX As ReportDoubleProperty 
    Get
'使用
Dim instance As MapPolygonTemplate 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

MapPolygonTemplate クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間