开发者

WPF Reporting Solution

开发者 https://www.devze.com 2023-02-05 18:13 出处:网络
I have a WPF application with a Sql Server backend and need to produce a series of reports within it.I am currently using Stored procs to retrieve the data for the reports as some of the data is quite

I have a WPF application with a Sql Server backend and need to produce a series of reports within it. I am currently using Stored procs to retrieve the data for the reports as some of the data is quite complex, and then displaying them through t开发者_运维知识库he Telerik Report Viewer. This works fine however I would like to be able to create reports that feel a bit more up to date, e.g. contain some animations, use 3D charts, that kind of thing.

What are some recommended reporting solutions that fit these criteria? :

  • Use Stored Procedures for the data (and to populate any lookup parameters)
  • Be very visually appealing, support 3D charts, gradient fills, dashboard style controls
  • Be either free (or cheap, ideally < $1000)
  • Ideally integrate within VS although this is not essential

Thanks for any suggestions


If you want to avoid SQL Reporting Services with the Dundas controls, then you can build your own report presentations using WPF - it has all the graphic snazziness™ you could need, including transforms, storyboards, vector drawing, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消