简体   繁体   English

小型报告工具(设施)

[英]Reporting tool(facility) with small size

I am using .net with c#. 我在C#中使用.net。 If there is a requirement of giving facility of reporting. 是否需要提供报告功能。 Report will be for chart. 报告将用于图表。 And report will be for information coming from datatable which will be created manually. 报告将用于获取来自数据表的信息,该数据表将手动创建。

I tried with crystal report and it was done completely. 我尝试了水晶报表,并且完全完成了。 But when user will download the full application, framework 2.0 will be installed and it is ok, but if we use crystal report then in the client machine whole crystal report will be installed in client machine what I don't want because it is with more size.So requirement for reporting is only for giving report for chart and for printing data for datatable. 但是,当用户下载完整的应用程序时,将安装Framework 2.0,并且可以,但是,如果我们使用Crystal Report,则在客户端计算机中将整个Crystal Report安装在客户端计算机中,这是我不想要的,因为它具有更多功能因此,报告要求仅用于提供图表报告和打印数据表数据。

Then what are other alternatives for crystal report which with my requirements can be satisfied and most important thing is size of that report facility should be as possible as small. 那么满足我的要求的水晶报表的其他替代方法是什么,最重要的是该报表工具的大小应尽可能小。 Or if there is a reporting facility when we use it we have to just import the dll then that dlls should be of small size.So what are reporting tool which comes with as possible as small size ? 或者,如果使用报告工具时,我们只需要导入dll,则该dll的大小应该很小。那么什么是报告工具呢?

For WPF / Silverlight / Windows Phone 7 I highly recommend Visifire : http://www.visifire.com/ 对于WPF / Silverlight / Windows Phone 7,我强烈推荐Visifire: http//www.visifire.com/
You can also view the source code :) I would hate distributing something I do not have the source code for in case I need it :) 您还可以查看源代码:)我讨厌分发一些我没有源代码的东西,以防万一我需要它:)

Fast report is the answer. 快速报告就是答案。 It can be easy to make report with fast report. 使用快速报告可以轻松地进行报告。 We have to just register the datatable and we can make report. 我们只需要注册数据表就可以进行报告。 The link is fast-report.com. 链接是fast-report.com。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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