Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By : Abolfazl Radgoudarzi, Reza Rad
Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By: Abolfazl Radgoudarzi, Reza Rad

Overview of this book

Table of Contents (19 chapters)
Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – working with reports in web/Windows applications


In this section, we will use ReportViewer to show one of the SSRS reports on the report server (deployed in the previous example). Perform the following steps:

  1. Open Visual Studio 2012 and create a new project.

  2. In the New Project dialog box, under Visual C#, select Web. Then, from the templates' list, choose ASP.NET Empty Web Application, as shown in the following screenshot:

  3. When the new project is created, right-click on the project in the solution explorer, and under Add, click on Web Form. Name it SampleReportViewerPage.

  4. Open SampleReportViewerPage.aspx from the solution explorer.

  5. Navigate to Toolbox | Reporting and double-click on ReportViewer.

  6. When the ReportViewer control appears on the web page, click on the small smart tag icon (a smart tag is a visual pane for configuring each component in an easier way; it can be opened by clicking on the top right-hand side of the control with a > icon).

  7. In the ReportViewer smart tag...