• 博客(0)
  • 资源 (1)

空空如也

c#实现wpf绘制带坐标正弦曲线并输出到pdf文件中

项目方的最初要求,除了输出到.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.

2013-01-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除