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

Accessing reports from a Windows Presentation Foundations classes project


Windows projects entered a new phase with the introduction of Windows Presentation Foundation (WPF) classes. WPF applications use vector graphics (you zoom-in or zoom-out, the resolution does not get affected) much like Scalable Vector Graphics, which is resolution independent with crisp images. The use of Extensible Markup Language (XML) with highly developed tool and the Expression Studio now called Blend lends itself to creating highly interactive rich Internet applications.

Regarding user experience, the WPF declarative language based tool is far ahead of the Windows Forms applications. The Presentation Core and Presentation Framework bring in innumerable class library support to make this possible. For more information, see the link http://msdn.microsoft.com/en-us/library/bb546194(v=vs.90).aspx.

In this section, we will create a WPF project and embed a Web Browser control. Hosting Web Browser control in an application...