OffsetY プロパティ

CapImage クラスの OffsetY プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property OffsetY As ReportSize
    Get
'使用
Dim instance As CapImageInstance
Dim value As ReportSize

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
OffsetY プロパティの計算値を表す ReportSize 値。