Skip to main content

ASPxTreeListExporter.WriteRtfToResponse Method

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