简体   繁体   中英

Editable Word Document Report in DevExpress

I am generating my Report using DevExpress third party tool. my requirement is i have to print report in editable word document that end user can edit text and print.

DevExpress has a sample on how to export to doc/docx: http://devexpress.com/Support/Center/Example/Details/E4530

Needs DevExpress version 2012.2.6 to work though. If you don't have that version I think you need to check for other solutions.

You can use XtraReport.ExportToRtf() . See here for the documentation

Microsoft Word will open and save an .rtf document without any problems. If you really need the output in .doc or .docx format, have a look at this answer .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM