次の方法で共有


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