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

Report Manager user interface


When the Report Manager is accessed for the first time from the Reporting Services Configuration Manager or using its URL, you will not see any user-created objects except for the Report Manager's features. It is assumed that the current user is the Administrator of the computer who installed SQL Server 2012 and configured the Report Server (this is so as mentioned in Chapter 1, Overview and Installation – SQL Server Reporting Services 2012). We have seen an image of the Report Manager UI without any user-created objects earlier in this chapter.

As you start deploying report projects or uploading them to the server, user created objects start appearing on the Report Manager as shown here. Note that although you type in http://hodentekwin7/Reports_KAILUA, it will take you to Home whose URL is fully displayed as http://hodentekwin7/Reports_KAILUA/Pages/Folders.aspx.

As you can see, you will be able to create New Folder, New Data Source, launch Report Builder, access...