Back to Devexpress

ASPxGridBase.ExportRtfToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridbase-dot-exportrtftoresponse.md

latest2.2 KB
Original Source

ASPxGridBase.ExportRtfToResponse Method

NameParametersDescription
ExportRtfToResponse()noneExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(RtfExportOptions)exportOptionsExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(Boolean, RtfExportOptions)saveAsFile, exportOptionsExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(Boolean)saveAsFileExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(String, RtfExportOptions)fileName, exportOptionsExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(String, Boolean, RtfExportOptions)fileName, saveAsFile, exportOptionsExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(String, Boolean)fileName, saveAsFileExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(String)fileNameExports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.