Report Services is a component of Microsoft SQL Server Business intelligence, with Reporting Services, users can produce a variety of reports, whether simple or complex reports, while the system provides subscription capabilities to facilitate users to subscribe to the report. In addition, developers can easily integrate a SSRS report into their own WinForm or WebForm programs.
This article describes how to use report clothing in your application.
SSRS reports can be viewed not only in the report management interface, but also easily in your own applications, making it easy to integrate report functionality into your application.
First, open visual Studio 2012. Here we use the latest version of Visual Studio directly to demonstrate that the previous version of the method does not change so you can also refer to the methodology of this article.
Create a new ASP.net project, asp.net Empty Web application.
Adds a asp.net page to the project. Right-click the item name in Solution Explorer and Add->new Item ...