Wiley.com
Print this page Share

Professional Microsoft SQL Server 2008 Reporting Services

ISBN: 978-0-470-24201-8
Paperback
816 pages
December 2008
Professional Microsoft SQL Server 2008 Reporting Services (0470242019) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
137 Error in Code
The T-SQL script should be corrected so this line reads:

ON F.SalesTerritoryKey = ST.SalesTerritoryKey
02/17/09
141 Error in Text
In order to reproduce the results shown in Chapter 6, one correction and additional step is necessary:

On page 141 - Group the details on the SalesTerritoryRegion field

After adding the CalendarYear and SalesTerritory Region groups shown on page 140, it is neccesary to add a detail row group expression for the SalesTerritoryRegion field. To do this, click the down arrow on the (DetailsGroup) in the Row Groups list and choose Group Properties. In the Group Properties dialog, click the Add button under Group expressions. Choose the [SalesTerritoryRegion] from the field list and then click OK to close the dialog. After making this modification to the detail group, hover over the SalesAmount field and click the field list icon. Reselect the SalesAmount field from the drop-down list. This will apply the SUM aggregate function
10/5/09
144 Error in Text
Instead of inserting the total row for the SalesTerritoryRegion field (shown in Figure 6-19,) right-click the CalendarYear textbox and then follow the same instructions to insert a new row for the total.
10/5/09
572, 573 Error in Text
On page 572, the function declaration in the C# code uses the wrong function name. It is:

GetParameters

It should be:

REGetParemeters


On Pg 573, just below the VB code sample, there’s a reference to the same function name in the paragraph, but it’s misspelled: REGetParemeter (it’s not pluralized like the code).
12/16/09
Back to Top