次の方法で共有


PointerImage.OffsetX プロパティ

ポインターの原点用の画像の X オフセットに評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property OffsetX As ReportSizeProperty 
    Get
'使用
Dim instance As PointerImage 
Dim value As ReportSizeProperty 

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

プロパティ値

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

関連項目

参照

PointerImage クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間