i am writinig a program that in finish must export a report.
bu i dont want to uese crystal reports or any other ways in c#.
i want to design a word template of the report.
and when i press on a report button it must generate report for all persons in the data
开发者_开发知识库base..
so, can you tell me how can i use word template in c#.
and how to make it to generate reports for all persons in the database..
THANKS..
We use Aspose.Words to perform mail merges and word document generation from .net code. You can generate a template document and then merge data into predefined fields inside that template. It's not cheap but once you get to grips with it it's very powerful.
继续阅读:ms-wordreport
精彩评论