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

ASPxGridExporterBase.WriteRtfToResponse Method

Name Parameters Description
WriteRtfToResponse() none Exports the grid’s data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(RtfExportOptions) exportOptions Exports the grid’s data to a file in RTF format with the specified export settings, and writes it to the Response in binary format.
WriteRtfToResponse(Boolean, RtfExportOptions) saveAsFile, exportOptions Exports the grid’s data to the specified file in RTF format with the specified export settings, and writes it to the Response in binary format.
WriteRtfToResponse(Boolean) saveAsFile Exports the grid’s data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(String, RtfExportOptions) fileName, exportOptions Exports the grid’s data to the specified file in RTF format with the specified export settings, and writes it to the Response in binary format.
WriteRtfToResponse(String, Boolean, RtfExportOptions) fileName, saveAsFile, exportOptions Exports the grid’s data to the specified file in RTF format with the specified export options, and writes it to the Response in binary format.
WriteRtfToResponse(String, Boolean) fileName, saveAsFile Exports the grid’s data to the specified file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(String) fileName Exports the grid’s data to the specified file in RTF format and writes it to the Response in binary format.