MapSpatialElementTemplate.OffsetX プロパティ
空間要素テンプレートを適用する空間要素のマップ座標の X オフセットを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property OffsetX As ReportDoubleProperty
Get
'使用
Dim instance As MapSpatialElementTemplate
Dim value As ReportDoubleProperty
value = instance.OffsetX
public ReportDoubleProperty OffsetX { get; }
public:
property ReportDoubleProperty^ OffsetX {
ReportDoubleProperty^ get ();
}
member OffsetX : ReportDoubleProperty
function get OffsetX () : ReportDoubleProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
空間要素テンプレートを適用する空間要素の、マップ座標における X オフセットを表す ReportDoubleProperty オブジェクト。