Do-It-Yourself Map Gallery in SQL Server 2008 R2 Reporting Services

August 31, 2010

A common question that I get when introducing the map feature in SQL Server 2008 R2 Reporting Services is why the map gallery is limited to maps of the United States and individual states in the US. The reason as I’ve heard it explained is that the political boundaries for other countries are sometimes in [...]

2

SQL Server 2008 R2 Reporting Services – The World is But a Stage (T-SQL Tuesday #006)

May 11, 2010

Host Michael Coles (blog|twitter) has selected LOB data as the topic for this month’s T-SQL Tuesday, so I’ll take this opportunity to post an overview of reporting with spatial data types. As part of my work with SQL Server 2008 R2 Reporting Services, I’ve been exploring the use of spatial data types in the new [...]

4

Reporting Services – It’s a Wrap!

May 9, 2010
Tags:

If you have any experience at all with Reporting Services, you have probably developed a report using the matrix data region. It’s handy when you want to generate columns dynamically based on data. If users view a matrix report online, they can scroll horizontally to view all columns and all is well. But if they [...]

0

SQL Server 2008 R2 Reporting Services – I’ve Got Your Page Number (T-SQL Tuesday #005)

April 13, 2010

As you might have guessed if you’ve been reading my blog lately, I’ve been spending a lot of time working with the business intelligence features in SQL Server 2008 R2. Not just Reporting Services, but the whole BI stack. However, it just so happens that today is T-SQL Tuesday and the topic this month is Reporting [...]

2

SQL Server 2008 R2: Reporting Services – Look Up, Look Down, Look All Around (Part III)

April 7, 2010

Today’s post is the 3rd post in a series about the new lookup functions in SQL Server 2008 R2 Reporting Services. I covered the Lookup function in Part I of this series and the MultiLookup function in Part II.  The third and final lookup function is LookupSet. First, a quick review. The Lookup function evaluates one value per row in [...]

19