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