Skip to main content

ASPxTreeList.ExportRtfToResponse Method

Name Parameters Description
ExportRtfToResponse() none Exports the ASPxTreeList’s data to a file in RTF format, and writes it to the response in binary format.
ExportRtfToResponse(RtfExportOptions) exportOptions Exports the ASPxTreeList’s data to a file in RTF format with the specified settings, and writes it to the response in binary format.
ExportRtfToResponse(Boolean, RtfExportOptions) saveAsFile, exportOptions Exports the ASPxTreeList’s data to a file in RTF format with the specified setting, and writes it to the response in binary format.
ExportRtfToResponse(Boolean) saveAsFile Exports the ASPxTreeList’s data to a file in RTF format with the specified settings, and writes it to the response in binary format.
ExportRtfToResponse(String, RtfExportOptions) fileName, exportOptions Exports the ASPxTreeList’s data to the specified file in RTF format with the specified settings, and writes it to the response in binary format.
ExportRtfToResponse(String, Boolean) fileName, saveAsFile Exports the ASPxTreeList’s data to the specified file in RTF format with the specified settings, and writes it to the response in binary format.
ExportRtfToResponse(String) fileName Exports the ASPxTreeList’s data to the specified file in RTF format, and writes it to the response in binary format.