ReportViewer for ASP.NET Web Forms
GetPageImage メソッド (IC1WebReportService)

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ReportViewer.ReportService 名前空間 > IC1WebReportService インターフェース : GetPageImage メソッド
キャッシュされたドキュメントキー。
dpi。
ズーム。
ページのインデックス。
ページが印刷用に要求されていることを示します。
ページ画像を取得します。
シンタックス
'宣言
 
Function GetPageImage( _
   ByVal documentKey As System.String, _
   ByVal dpi As System.Integer, _
   ByVal zoom As System.Integer, _
   ByVal pageIndex As System.Integer, _
   ByVal printTarget As System.Boolean _
) As System.Byte()
System.byte[] GetPageImage( 
   System.string documentKey,
   System.int dpi,
   System.int zoom,
   System.int pageIndex,
   System.bool printTarget
)

パラメータ

documentKey
キャッシュされたドキュメントキー。
dpi
dpi。
zoom
ズーム。
pageIndex
ページのインデックス。
printTarget
ページが印刷用に要求されていることを示します。

戻り値の型

未処理の画像データ。
参照

IC1WebReportService インターフェース
IC1WebReportService メンバ