aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writertftoresponse.md
| 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. |