Skip to main content

ReportViewer.WriteHtmlTo(HttpResponse) Method

Creates an HTML file that contains a Web representation of the report, and writes the output to the specified HTTP response.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public void WriteHtmlTo(
    HttpResponse response
)

Parameters

Name Type Description
response HttpResponse

A HttpResponse object specifying the HTTP response to which the file should be written.

Remarks

The stream generated by this method contains the HTML representation of the report, and will be written to the specified HttpResponse object.

See Also