Is there a decent .Net report writer out there?
We have painfully been going through the process of looking for a .Net report writer. The original application was written in FoxPro. My client has shone me how easy it is to create reports with FoxPro's report writer. Sure enough, it's easy.
Ok, should be as easy with a .net report writer, right? Well, I started with Crystal Reports XI.
System.TypeInitializationException: The type initializer for "CrystalDecisions.CrystalReports.Engine.ReportDocument" threw an exception. ---> System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {F0A36D7F-4068-44B5-809D-9E91AE74FBDB} is either not valid or not registered.
at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()
Seems they are using a COM dll that gests registered during the install. Not an option for us as we no touch deploy\click once our application from a web server over http.
Active Reports and XtraReports do not provide a way in the IDE to create calculated columns. Both are also weak at bringing back a schema from a select sproc that has input params. We have over 600 reports to build and 2 .Net developers. A non .net\support person needs to be able to build these reports, as easy as it is to build one in FoxPro or Access. Drag, drop, set a property or two then Run. Both of these products require a knowledge of a .net language and coding.
So, what does one do?