Back to Devexpress

DataViewBase.ExportToDocx Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-exporttodocx.md

latest973 B
Original Source

DataViewBase.ExportToDocx Method

NameParametersDescription
ExportToDocx(Stream, DocxExportOptions)stream, optionsExports a grid to the specified stream in DOCX format, using the specified DOCX-specific options.
ExportToDocx(Stream)streamExports a grid to the specified stream in DOCX format.
ExportToDocx(String, DocxExportOptions)filePath, optionsExports a grid to the specified file path in DOCX format, using the specified DOCX-specific options.
ExportToDocx(String)filePathExports a grid to the specified file path in DOCX format.