Page History
...
- Start Microsoft Visual Studio .NET, and then choose File > New > Project. The New Project window appears.
- Select In the Project Types tree, select the Business Intelligence Projects folder in the left portion of the window.
...
- .
- In the Templates area, select the Report Project template
...
- .
...
- In the Name field, type a name for your report
...
- , and then click OK.
- Click the View / Solutions Explorer button to open the Solution Explorer window.
- Right click Shared Data Sources and then select Add New Data Source.
- In the Data Link Properties window, click the Provider tab.
- Double click Microsoft OLE DB Provider for SQL Server, which opens the Data Link Properties window on the Connection tab.
- Enter the name of the database server and the user name / password combination needed to login to the server.
- Click the Test Connection button to verify that you can establish a connection to the database.
- Choose the database from which the data will be retrieved and then click OK.
Configuring a report using Microsoft Reporting Services
...
