Book Image

Learning SQL Server Reporting Services 2012

By : Jayaram Krishnaswamy
Book Image

Learning SQL Server Reporting Services 2012

By: Jayaram Krishnaswamy

Overview of this book

<p>In the present day information-centric world we live in, the success of an enterprise depends enormously on how its information is generated, handled, and disseminated. With ample screenshots and over 65 hands-on exercises, this book will guide you effortlessly through creating cutting edge reports using SQL Server Reporting Services 2012, native and fully integrated with SharePoint Server 2010 including new features like Power View and Data Alerts.</p> <p>"Learning SQL Server Reporting Services 2012" will get you started right from installation and then move on to configuration of SQL Server Reporting Services 2012. Start learning right from Chapter 1 and build your skill to create reports using the latest tools and deploy them to the latest servers, both Native and SharePoint. No guessing; you will learn all—Power View, Data Alerts, SQL Azure Reporting,the latest Reporting Services Gadgets, and more.</p> <p>"Learning SQL Server Reporting Services 2012" is a definitive guide to a step-by-step, metered approach to get a jump start on the latest features in SQL Server Reporting Services.Reporting Services in Microsoft SQL Server 2012 is more tightly integrated not only with the Microsoft Business Stack but also with SharePoint, Windows Azure, and the Visual Studio suite of products, with many new features.</p> <p>You will install and configure the toolset to work with SSRS 2012 integrated with SharePoint 2010. Using SQL Server Data Tools, you will author reports and deploy. You will learn about security to work with Report Manager and Central Administration in SharePoint. Using Report Builder, you will learn about authoring cutting edge reports. You will create Tabular Models and begin experiencing the thrill of creating Power View Reports.</p>
Table of Contents (17 chapters)
Learning SQL Server Reporting Services 2012
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a report in Report Builder and saving it to the Documents library


We keep the SharePoint server running. You can bring a report into SharePoint server in three ways:

  • Author a report using SSDT, or Report Builder and deploy/save to the Documents folder

  • You can upload a report on your file system using the Upload option

  • You can bring up the Report Builder from inside SharePoint site (clicking the Report Builder Report in the drop-down list of the previous image).

Hands-on exercise 7.1 – creating a report in Report Builder and saving it to the SharePoint site

The process of creating reports has been described with many hands-on exercises in Chapter 5, Working with Report Builder 3.0. The process is exactly the same.

  1. Launch Report Builder. Create a report Customer info using the Northwind database on the SQL Server 2012 instance (herein an instance named NJ has been used).

    The Report Builder is disconnected and you need to connect to the Report Server, in this case the site where the proxy...