To create a Reporting Server project
In Visual Studio, open the File menu, point to New, and then click Project.
The New Project dialog box appears.
Under Project types, click Business Intelligence Projects.
Note: |
|---|
If
Business Intelligence Projects does not appear in the list of project types, you must install SQL Server Business Intelligence Development Studio. For more information, see the Prerequisites section near the start of this topic.
|
Under Templates, click Report Server Project.
In the Name box, typea name for the project, and then click OK.
To create the TfsReportDS and TfsOlapReportDS data sources
On the Project menu, click Add New Item.
The Add New Item dialog box appears.
Click Data Source, and then click Add.
The Shared Data Source dialog box appears.
In the Name box, type TfsReportDS.
Important Note: |
|---|
If you do not use the name specified in this step, the procedures for deploying your reports will not work properly. This procedure creates local copies of the data sources that you will use as you develop your reports. These copies are equivalent to data sources that
Team Foundation Server has created on the server that is running SQL Server Reporting Services. When you deploy a report, Team Foundation Server will use the data source on the server that has the same name as your local copy of the data source in your project.
|
In the Type list, click Microsoft SQL Server, and then click Edit.
In the Connection Properties dialog box, type the name of the server and instance (DataWarehouseServerName/InstanceName) that runs Analysis Services, and then click Use Windows Authentication.
Note: |
|---|
In a typical configuration, use the name of the data-tier server. However, the warehouse can also be hosted on a separate server.
|
Click Select or Enter a database name, and then click TFSWarehouse.
(Optional) Click Test Connection to verify that the connection works as defined, and then click OK to return to the Shared Data Source dialog box.
Click OK, and then click OK to create the data source.
Repeat steps 1-7 to create another data source. Specify Microsoft SQL Server Analysis Services for the type of the data source, and name it TfsOlapReportDS.
To set the project's properties so that you can deploy reports
On the Project menu, click Properties.
For the value of the OverwriteDataSources property, click False.
Note: |
|---|
If you set this option, you can publish your reports without overwriting the data sources on the server with those that you defined in this project.
|
For the value of the TargetDataSourceFolder property, type /.
For the value of the TargetReportFolder property, type the path of the folder where you will deploy the reports from this project. If you will deploy the reports to a specific team project, use the name of the team project.
For the value of the TargetServerURL property, type the URL of the Reporting Services server. For example, you can type http://ReportingServicesServerName/reportserver.
Tasks
Concepts
Other Resources