打印我们传递的控制的报告工具
除了与 C# 和 mysql 一起使用的水晶报告之外,什么是最好的报告工具,因为水晶报告必须下载到用户计算机中?那么,使用 c# 和 mysql 的水晶报表的另一个替代方案是什么,它的大小应该更小,用户不需要下载更多。而且它应该具有良好的功能。 (所有开源并付费。)
编辑:我只需要动态打印表单上的控件,就像如果用户想打印第三方控件那么也应该打印它,但不应该像图像一样打印树视图就像用户想要在窗口窗体上打印树视图但树视图被用户折叠一样,因此如果用户打印此树视图,则不应打印折叠的树视图,而应打印整个树视图(展开)。
What is the best reporting tool other than crystal report using with c# and mysql because crystal report has to be downloaded in user machine ? So what is the other alternative of the crystal report for using c# with mysql and should be less in size and user will not have to need to download more.And it should be with good features. (All open source and with paying charge.)
EDIT: I have need of printing only control on the form dynamically, like if user want to print third party control then also it should be printed, but it should not be printed like image of the treeview like if user wants to print the treeview on the window form but treeview is collapsed by user so here if user prints this treeview then it should not be printed collapsed treeview and but it should be printed whole the treeview(expanded).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根本不是一个报告工具,但如果您只对 PDF 输出最感兴趣,我推荐 iTextSharp。然后,您可以在报告中填充要替换为变量的占位符,就像使用任何软件一样 - 在用户下载报告之前。
我同意这不是最好的方法,但这完全取决于您要寻找的内容。
Not a reporting tool at all, but if you're most interested with simply having a PDF output I recommend iTextSharp. You can then fill the report with place holders to be replaced with variables as you would any software - prior to the user downloading it.
Not the best method I agree, but it all depends on what you're looking for.
使用
Two options for you to use