Are there any client side report writers for Silverlight

自作多情 提交于 2019-12-11 16:55:21

问题


I am thinking of creating a Silverlight application that keeps on the data on the client. Are there any report writers that will run within a Siverlight application.

(I wish to use Silverlight rather then WPF as it is more likely a customer will already have Siverlight installed, and it works on Macs)


回答1:


Again, try SharpShooter by Perpetuum. The workflow involves sending data to the server for report generation, then it is sent back to the client in pdf, word, etc format for display. I don't know if that's too server heavy for your needs but the process is quite fast for moderate amounts of data and you can't tell it's being round-tripped. Hth.

http://www.perpetuumsoft.com/Report-Sharp-Shooter-for-Silverlight.aspx




回答2:


Here's another option that's soon to be released: http://smartwebcontrols.com/



来源:https://stackoverflow.com/questions/1433976/are-there-any-client-side-report-writers-for-silverlight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!