带有 xml、xsl 和 css 的 ASP.NET 简单报告框架
我正在 C#/for asp.net 中寻找一个简单的框架/库,以在 asp.net 中生成“简单报告”。
我的要求是:
- 我的数据以 xml 形式交付
- 我想使用 css 和 xsl
- 报告应尽可能可重用 有
任何想法或经验吗?
提前致谢 &最好的问候
斯特凡
I am searching for a simple framework/library in C#/for asp.net to generate "simple reports" in asp.net.
My requirements are:
- My data are delivered in xml
- I want to use css and xsl
- the reports should be as reusable as possible
Any ideas or experiences?
Thanks in advance
& best regards
Stefan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看我的项目,它使用 xml(由后端代码生成)和 xsl 报告样式以及查看器(通过 xsl 和 css 和 js 和 html5)创建一个 WYSIWYP(所见即打印)在线报告。
https://github.com/SiamandMaroufi/webreport
Have a look at my project that create a WYSIWYP (what you see is what you print) using xml (generated by backend code) and xsl report style plus an viewer (by xsl and css and js and html5) online report.
https://github.com/SiamandMaroufi/webreport