I have just started looking into this project as I need a good reporting solution for .Net. My initial impression is it looks quite good, thanks for the effort!
Question though, before I dive in:) I would like to display data in a report that originates from a RESTful service. I assume I will have a to write a RESTful oriented dataprovider to do this correct? Any other way to consume this data?
Any guidance appreciated.
As my rest was serving up some xml anyway I just decided to use the xml straight into the report. Works perfectly.