Skip to main content

ASPxTreeListExporter.WriteDocxToResponse Method

Name Parameters Description
WriteDocxToResponse() none Exports the tree list’s data to a file in DOCX format and writes it to the Response in binary format.
WriteDocxToResponse(DocxExportOptions) exportOptions Exports the tree list’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.
WriteDocxToResponse(Boolean, DocxExportOptions) saveAsFile, exportOptions Exports the tree list’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.
WriteDocxToResponse(Boolean) saveAsFile Exports the tree list’s data to a file in DOCX format and writes it to the Response in binary format.
WriteDocxToResponse(String, DocxExportOptions) fileName, exportOptions Exports the tree list’s data to the specified file in DOCX format with the specified name and export options, and writes it to the Response in binary format.
WriteDocxToResponse(String, Boolean) fileName, saveAsFile Exports the tree list’s data to the specified file in DOCX format and writes it to the Response in binary format.
WriteDocxToResponse(String) fileName Exports the tree list’s data to the specified file in DOCX format and writes it to the Response in binary format.