Back to Devexpress

BaseView.ExportToDocx Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-exporttodocx.md

latest1.3 KB
Original Source

BaseView.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports the view’s data in the Office Open XML format (DOCX file) and sends it to the specified stream.
ExportToDocx(Stream)streamExports the view’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports the view’s data in the Office Open XML format and saves it to the specified DOCX file.
ExportToDocx(String)filePathExports the view’s data in the Office Open XML file format and saves it to the specified DOCX file.