Back to Devexpress

ASPxGridExporterBase.WriteDocxToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writedocxtoresponse.md

latest2.4 KB
Original Source

ASPxGridExporterBase.WriteDocxToResponse Method

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