ReportViewer for ASP.NET Web Forms
GetPageImagesMarkup メソッド (C1WebReportServiceHelper)

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ReportViewer.ReportService 名前空間 > C1WebReportServiceHelper クラス : GetPageImagesMarkup メソッド
キャッシュされたドキュメントキー。
クライアントの画面解像度。
パーセント単位のズーム(100 が実際の大きさ)。
ロードが必要なページインデックス。
true の場合、このメソッドは、ドキュメントテキストに関する情報を含まないページ画像のみを生成します。
ドキュメント/レポートページ画像のマークアップを取得します。
シンタックス
'宣言
 
Public Function GetPageImagesMarkup( _
   ByVal documentKey As System.String, _
   ByVal dpi As System.Integer, _
   ByVal zoom As System.Integer, _
   ByVal pageIndices() As System.Integer, _
   ByVal getImagesOnly As System.Boolean _
) As PageImagesMarkup
public PageImagesMarkup GetPageImagesMarkup( 
   System.string documentKey,
   System.int dpi,
   System.int zoom,
   System.int[] pageIndices,
   System.bool getImagesOnly
)

パラメータ

documentKey
キャッシュされたドキュメントキー。
dpi
クライアントの画面解像度。
zoom
パーセント単位のズーム(100 が実際の大きさ)。
pageIndices
ロードが必要なページインデックス。
getImagesOnly
true の場合、このメソッドは、ドキュメントテキストに関する情報を含まないページ画像のみを生成します。
参照

C1WebReportServiceHelper クラス
C1WebReportServiceHelper メンバ