You are here: Symbol Reference > Stimulsoft.Report.Mobile Namespace > StiReportResponse Class > StiReportResponse Methods > ResponseAsHtml Method > ResponseAsHtml Method (Page, StiReport, StiPagesRange, ImageFormat, StiHtmlImageHost, Encoding, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiReportResponse.ResponseAsHtml Method (Page, StiReport, StiPagesRange, ImageFormat, StiHtmlImageHost, Encoding, bool)

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

Syntax
C++
C#
Visual Basic
public: void ResponseAsHtml( Page page, StiReport report, StiPagesRange pageRange, ImageFormat imageFormat, StiHtmlImageHost htmlImageHost, Encoding encoding, bool openDialog );
Parameters
Parameters 
Description 
page 
Webpage to save exported report. 
report 
Report, which is to be exported. 
pageRange 
Describes pages range for the export. 
imageFormat 
Format of images for the export. 
htmlImageHost 
Class that controls placement of images when exporting. 
encoding 
Sets the code page of the resulting HTML. 
openDialog 
If openDialog is true then the Open Dialog Box will be displayed. If openDialog is false then the result of the export will be displayed in the browser window. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.