You are here: Symbol Reference > Stimulsoft.Report.Web Namespace > StiReportResponse Class > StiReportResponse Methods > ResponseAsHtml5 Method > ResponseAsHtml5 Method (StiReport, StiPagesRange, ImageFormat, StiHtmlExportMode, StiHtmlExportQuality, Encoding, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiReportResponse.ResponseAsHtml5 Method (StiReport, StiPagesRange, ImageFormat, StiHtmlExportMode, StiHtmlExportQuality, Encoding, bool)

Exports report to HTML5 format and saves this document to the current webpage response.

Syntax
C++
C#
Visual Basic
public: void ResponseAsHtml5( StiReport report, StiPagesRange pageRange, ImageFormat imageFormat, StiHtmlExportMode exportMode, StiHtmlExportQuality exportQuality, Encoding encoding, bool saveFileDialog );
Parameters
Parameters 
Description 
report 
Report, which is to be exported. 
pageRange 
Describes pages range for the export. 
imageFormat 
Format of images for the export. 
exportMode 
Sets the mode of report export. 
exportQuality 
This parameter always is to be StiHtmlExportQuality.High. 
encoding 
Resulting Html page encoding. 
saveFileDialog 
If saveFileDialog is true then the browser Save Dialog Box will be displayed. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.