This is part one of a series about Report Builder 3.0.

I’ve been building reports with SQL Server Reporting Services for a few years. Until recently, I exclusively used Report Designer, which let me build reports in Business Intelligence Development Studio, a Visual Studio environment. This was warm and fuzzy and comfortable to this (gasp) former programmer.

I decided to step outside my comfort zone and learn a new tool – Report Builder 3.0.

What is it?

Both Report Designer and Report Builder are authoring tools for SQL Server Reporting Services. Report Designer is a very programmer-friendly environment, since it's built on the Visual Studio shell. Report Builder is a very business-user-friendly environment, as it mimics the ribbon and layout of Microsoft Office that is familiar to so many people.

Licensing

You can download the Report Builder 3.0 client front end here. Publishing reports requires a licensed version of SQL Server 2008 R2.

Data Sources

What data sources can I connect to? You can connect to any valid SSRS source: SQL Server, SSAS, Oracle, SAPBW, and more.

Supported SSRS Versions

Report Builder 3.0 generates RDLs that are for SQL Server 2008R2. Thus, you can't publish these reports to SSRS 2008 or SSRS 2005 instances. (Of course, you can use those as data sources.)

First Look

Let's open Report Builder 3.0 and take it for a test drive.

Initially, the Getting Started box will pop up.

You can start a New Report four ways:

Table or Matrix Wizard

Chart Wizard

Map Wizard

Blank Report

New Dataset allows you to create a dataset to share among multiple reports.

Open allows you to open a saved .rdl.

Recent allows you to open .rdl files you’ve recently worked on.

If you don't select any of those options, you're taken to the main screen. This is a combination of the Office ribbons and the Visual Studio sidebars. I found it very easy to start using right away, as I'm familiar with both programs.

The Main Screen

The application can be broken into four main areas: Top Menus, Report Data Sidebar, Properties Sidebar, and Groups.

Top Menus

Home provides a lot of basic options you would see in any Office product, such as font, paragraph, and number formatting options. The most important button here is the Run button, which will execute the report and show you the results.

Insert is where the magic happens. This is the toolbar you will use to add objects to your reports. (This is similar to the Toolbox sidebar in Report Designer.) The table, matrix, and list are used as data regions. You can add many different visualizations, such as charts, gauges, and indicators. You also have the ability to add a header or footer, and link to a subreport.

When working on a report, to add an item, click on the item on the Insert bar, and then click on the spot on the report body you want it to appear.

View will allow you to show or hide different sidebars on the screen.

Report Data

This sidebar is where you can edit the "guts" of the report. You can add and edit parameters, images, data sources, and datasets. To add any of these, click New in the top left, or right-click the item and select Add. To edit an item, double-click it and the corresponding Properties window will open (except for Images).

Groups

This window allows you to manage row and column groups. You can add, remove, and edit by clicking the small down arrows on the right side.

Properties

The Properties window is a great resource. When you have any item on the report selected, whether that is the body, an individual textbox in a tablix, or a chart, you can set properties here. It's a quick way to view and set many common properties.

Tour Complete

Those are the main components of Report Builder 3.0. Thank you for keeping your hands and feet inside the ride at all times. Next, we'll look at how to build a table or matrix using the built-in wizard (which, compared to the Report Designer wizard, is far cooler).

Resources

Here are additional resources you can begin reading to get more familiar with Report Builder 3.0.

Designing Reports in Report Designer and Report Builder 3.0 (SSRS)

Report Builder 3.0 (MSDN)

Report Builder TechNet Portal

SQL Server 2008 R2 Report Builder 3.0 FAQs (Word doc)