Is there a public roadmap for the WPF Reporting framework available anywhere?
I'm particularly interested in:
Cheers,
James
Hello,
The roadmap for WPF can be found at
http://ko.infragistics.com/innovations/roadmap/lob.aspx#SilverlightWPFLOB.
Valerie
So there's no new features for WPF reporting planned, then?
Normal 0 false false false EN-US X-NONE X-NONE
Currently in addition to WPF reporting we also provide an excel exporter and in 11.1 added a word exporter. For information on exporting to excel please see the following links:
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/WPF_Infragistics_Excel_Engine.html
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/xamDataGrid_Exporting_to_Excel.html
For information on the new word exporter please see:
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/WPF_Whats_New_in_2011_Volume_1.html#xamDataGrid_WW
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.1/CLR4.0/html/xamDataPresenter_Exporting_to_Word.html
What are the additional features you are looking for?
TBH, I'm not really in the market at the moment, as we've rolled our own reporting implementation. When I got the email that you'd replied though, I just noticed that the roadmap you linked to didn't actually have anything in it about reporting.
I think what we need(ed) is possibly better described as a document templating engine. Our data is not in a database, and is not tabular. It tends to consist of images (rendered from WPF visuals at report generation time, according to configuration stored in the report template), small chunks of (generated) text and some small data tables.
Our challenge was/is to have a templating scheme where we (or our users) can easily define templates and then easily generate Word, Excel, PowerPoint, etc documents from those templates.
I was looking around for 3rd party report generation frameworks when I wrote the original post, but never found anything that was suitable. IIRC, I think your stuff was closest, but I found the pagination issue referred to above and then stopped evaluating.
Actually... I notice you've got a new WPF reporting framework coming.
Can that get images from an "object data source"? We would want to be able to add an "image" to the report that got it's actual image by passing configuration stored in template, along with the size of the image required, to a method which would go and render the bitmap at runtime.
Alternatively... is there any way of extending the framework? Can we host arbitrary WPF visuals inside the report (editor)?