项目方的最初要求,除了输出到.docx没有实现外,其余要求都已经实现
1. In C#
2. The dll could generate pdf format, better with .docx also.
3. Here is the code I come up with, you don’t need to follow this, just for some ideas about
the dll’s capability:
ReportWriter.AddHeader("xxxx", [size], [other parameters]);
ReportWriter.AddGraph(graph,[size]);
.AddParagrah.
.AddTable( table class)
report should look like this:
Header
Graph
Paragraph of text
Table: showing a table with same test data.
4. Use wpf to draw some shape, and put them into report.
5. Has Preview function.
6. May have more than 2 pages.
1