Skip to main content
A newer version of this page is available. .

ReportViewer.WritePdfTo Method

Name Parameters Description
WritePdfTo(HttpResponse, XtraReport) static response, report Exports the report to the PDF, and writes the output to the specified HTTP response. An XtraReport object should be passed to this method as a parameter.
WritePdfTo(HttpResponse) response Exports the report to the PDF, and writes the output to the specified HTTP response.