ASP.NET MVC 报告 2010
我想这个问题已经被问过好几次了,但由于 mvc 是一项新技术,我希望有一些新的东西。
mvc 有什么好的东西可以做报告吗?
I think this question was asked for several times already, but since mvc is a new technology, I hope there is something new for it.
is there something good for mvc, to do reports ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要图表,请使用 javascript。类似于 HighCharts。
如果您想使用 rdlc
,使用 mvc,仍然可以生成它们并作为可供下载的 pdf
。类似于 这个 我猜。If You need charts, use javascript. Something like HighCharts.
If you want to use rdlc
s, using mvc, it's still possible to generate them and serve as pdf
s available to download. Something like this I guess.