Skip to main content

ASPxTreeList.ExportDocxToResponse Method

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