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

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

パラメータ

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

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