Skip to main content

ReportViewer.WriteRtfTo Method

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