开发者

How to create my own reporting controls with .net framework?

开发者 https://www.devze.com 2022-12-27 13:21 出处:网络
I want to create fast loading repo开发者_StackOverflow社区rts like ActiveReports or DevExpress but the problem is I don\'t know where to start. Also I want it to be light and take less space in setup

I want to create fast loading repo开发者_StackOverflow社区rts like ActiveReports or DevExpress but the problem is I don't know where to start. Also I want it to be light and take less space in setup file.

Does anybody tried to do this? Can I write this component with .net?

This must not be so hard?


I would start by looking here:

http://www.codeproject.com/KB/database/rdlproject.aspx

It's an open source version of implemented Report Definition Language.


Have you looked at the one that ships with VS?


If you are interested in doing this in WPF, you might check out "Practical WPF Charts and Graphics"

http://www.amazon.com/Practical-Charts-Graphics-Experts-Voice/dp/1430224819/


fast loading reports


You might consider techniques such as pre-processing the data, and caching. That can decouple the rendering time from the computational time.

0

精彩评论

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

关注公众号