Back to Devexpress

ASPxGridExporterBase.WriteRtfToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writertftoresponse.md

latest2.4 KB
Original Source

ASPxGridExporterBase.WriteRtfToResponse Method

NameParametersDescription
WriteRtfToResponse()noneExports the grid’s data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(RtfExportOptions)exportOptionsExports 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, exportOptionsExports 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)saveAsFileExports the grid’s data to a file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(String, RtfExportOptions)fileName, exportOptionsExports 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, exportOptionsExports 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, saveAsFileExports the grid’s data to the specified file in RTF format and writes it to the Response in binary format.
WriteRtfToResponse(String)fileNameExports the grid’s data to the specified file in RTF format and writes it to the Response in binary format.