开发者

Designing report template in word and how to use it in c#

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜