In this article, you will learn how to create a Report Server project in SQL Server data tools (ssdt.
The Report Server project is used to create a report that runs on the Report Server.
1. Click"Start -->All programs --> Microsoft SQL Server 2012, and then click"SQL server data tools ":
Open the SQL data tools interface as follows:
2.On the "file" menu, point"New", and then click"Project ".
3. Choose "Business Intelligence --> reporting services --> Report Server project --> enter the project name tutorial --> click OK ":
4. The Tutorial Project is displayed in Solution Explorer.
5. Create a report:
6. Report creation completed: the report designer designs and runs the Reporting Services component in ssdt. It contains two option pages: "design" and "preview ". Click each tab to change the view; Define data in the "report data" pane, define the report layout on the "design" option page, and run the report on the "preview" option page to view its appearance. Next section describes how to create a data source. Original article from: [http://msdn.microsoft.com/zh-cn/library/ms167559.aspx]