Our main efforts for the Q2 2009 release were focused on the table item and as you can see from the release notes, we've added quite a few airs and graces here and there. Mostnoticeableof all being the two helper items - Table Wizard and CrossTab Wizard,print on every page ability for the ColumnGroup/RowGroup headers, GroupKeepTogether and various design time improvements - merge/split, keyboard navigation/selection and edit.
Two improvements to theReport API - Processing Error Handling and the ability to hide the print progress dialog when printing a report programmatically
For all of you Excel lovers out there - we've added standardpercent, custom numeric and custom date-time formatting to our "arsenal".
Another major change/improvement has been introduced to the Reporting runtime. The number of assemblies neededfor deploymenthas been reduced to two - Telerik.Reporting.dll and the assembly for the respective viewer (Telerik.ReportViewer.WinForms.dll for Windows Forms and Telerik.ReportViewer.WebForms.dll for web forms).Step by step deploymentinstructions are available in the Deploying Telerik Reporting on a Serverhelp article.
Last but not least, a small performance tip for the crosstab report - we've replaced the complex expressions in theColumnGroup,responsible for the quarter number calculationwith an user function.
This way the report processing gets a boost of seven seconds, due to the fact that the user function is compiled code and would not be evaluated numerous times by our processing engine, which is
so pleasecheck the fullrelease notesfor details.