Back to Devexpress

PrintHelper.ExportToDocx Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-exporttodocx.md

latest2.1 KB
Original Source

PrintHelper.ExportToDocx Method

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