Back to Devexpress

ASPxTreeList.ExportDocxToResponse Method

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

latest2.1 KB
Original Source

ASPxTreeList.ExportDocxToResponse Method

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