Crystal Reports
Lately I’ve spend a few moments with Crystal Reports 8.0 which is included in your vs.net bits. I’m an absolute newbie when it comes to making reports and after seeing members of my team struggling with Word automation I got kind of skeptic towards report solutions. Now my first report is done using the push model. The push model involves passing a DataSet with one or more DataTable and their DataRelation’s defined into your report. The Crystal Reports engine then generates your report processing the data in 3 steps (Process Model). This is mentioned in the SDK as an un-typed report. Which reminds me… once you defined a DataSet to pass into the report, you’ll be able the output a XML file containing data or the scheme and read this into the report designer. I use this technique to enable clients to create their own custom reports against the application. I just supply my customer with the ReportData.xml and ReportSceme.xml (.xsl) and they can start creating! Right, Crystal Reports is a great product, nice object model and you should read this free Crystal Reports book right now.