Skip to main content
A newer version of this page is available. .

BaseView.ExportToDocx Method

Name Parameters Description
ExportToDocx(Stream, DocxExportOptions) stream, options Exports the view’s data in the Office Open XML format (DOCX file) and sends it to the specified stream.
ExportToDocx(Stream) stream Exports the view’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.
ExportToDocx(String, DocxExportOptions) filePath, options Exports the view’s data in the Office Open XML format and saves it to the specified DOCX file.
ExportToDocx(String) filePath Exports the view’s data in the Office Open XML file format and saves it to the specified DOCX file.