Back to Devexpress

ASPxGridBase.ExportDocxToResponse Method

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

latest2.4 KB
Original Source

ASPxGridBase.ExportDocxToResponse Method

NameParametersDescription
ExportDocxToResponse()noneExports the grid’s data to the file in DOCX format, and writes it to the response in binary format.
ExportDocxToResponse(DocxExportOptions)exportOptionsExports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.
ExportDocxToResponse(Boolean, DocxExportOptions)saveAsFile, exportOptionsExports the grid’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 grid’s data to a file in DOCX format, and writes it to the response in binary format.
ExportDocxToResponse(String, DocxExportOptions)fileName, exportOptionsExports the grid’s data to the specified file in DOCX format, and writes it to the response in binary format.
ExportDocxToResponse(String, Boolean, DocxExportOptions)fileName, saveAsFile, exportOptionsExports the gid’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 grid’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 grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.