I'm improving a software written in .net (3.5) and have decided to change its reports engine from crystal reports to something else. (not very user friendly and buggy IMO. also deep learning curve)
The project is a winforms project.
The most important thing that I want from the new engine:
- Support right to left layout. (when using multiple columns)
- Allow the developer to implement a report designer form for the end-user.
- Ability to export generated reports to excel.
I have tried Telerik reporting and Devexpress XtraReports.
XtraReports is wonderful and exactly does what I need and currently I use it in my program since I couldn't find anything better. The only problem is that they don't support RTL in multiple columns situations. There was another issue that I have reported at: http://www.devexpress.com/Support/Center/Issues/ViewIssue.aspx?issueid=B191320
So, Anyone knows a reporting tool with RTL support?