December 11, 2007
I've got an article titled "Advanced Matrix Reporting" over at Simple-Talk that was just published. The biggest issue I find with the Matrix control in SSRS is the difficulty in doing complex aggregates other than SUM. Sometimes you'd like to do variances of year over year totals. Check...
December 10, 2007
In the rare case that you change the database server name after installing SQL Server Reporting Services 2005, you may have difficulty connecting to it with SQL Server Management Studio. We successfully connected to the SSRS Server in Visual Studio to deploy reports and components, and accessed the IIS...
December 09, 2007
So by now you've probably noticed problems with paging and conditional visibility on grouping in your SQL Server Reporting Services (2000, 2005) reports. Once you make a table row conditionally visible, paging goes out the window. So a 50,000 row report will render in a single page. Try scrolling...
December 08, 2007
You may receive the error "Stack Empty" when trying to export your SQL Reporting Services report to Excel, while all other export methods work. This issue that causes this may be a divide by zero formula somewhere in your report. The deeper issue is how SSRS handles 0's in the divisors...