OffsetY プロパティ
ポインタの原点用の画像の Y オフセット。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property OffsetY As ReportSizeProperty
Get
'使用
Dim instance As PointerImage
Dim value As ReportSizeProperty
value = instance.OffsetY
public ReportSizeProperty OffsetY { get; }
public:
property ReportSizeProperty^ OffsetY {
ReportSizeProperty^ get ();
}
member OffsetY : ReportSizeProperty
function get OffsetY () : ReportSizeProperty