Skip to main content

ReportViewer.WriteXlsTo Method

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