Skip to main content
Tab

ASPxGridExporterBase.WriteDocxToResponse Method

Name Parameters Description
WriteDocxToResponse() none Exports the grid’s data to a file in DOCX format and writes it to the Response in binary format.
WriteDocxToResponse(DocxExportOptions) exportOptions Exports the grid’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 grid’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 grid’s data to a file in DOCX format and writes it to the Response in binary format.
WriteDocxToResponse(String, DocxExportOptions) fileName, exportOptions Exports the grid’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, DocxExportOptions) fileName, saveAsFile, exportOptions Exports the grid’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.
WriteDocxToResponse(String, Boolean) fileName, saveAsFile Exports the grid’s data to the specified file in DOCX format and writes it to the Response in binary format.
WriteDocxToResponse(String) fileName Exports the grid’s data to the specified file in DOCX format and writes it to the Response in binary format.