Back to Devexpress

ASPxTreeList.ExportRtfToResponse Method

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

latest2.1 KB
Original Source

ASPxTreeList.ExportRtfToResponse Method

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