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