| title | Lesson 1: Create a new website | |
|---|---|---|
| description | Learn how to create a new website project by using the ASP.NET website template for Visual C#. | |
| ms.date | 09/25/2024 | |
| ms.service | reporting-services | |
| ms.subservice | reporting-services | |
| ms.topic | tutorial | |
| ms.custom |
|
In this lesson, you learn how to create a new website project using the ASP.NET website template for Visual C#.
-
Open Microsoft Visual Studio 2015.
-
On the File menu, select New, and choose Web Site.
-
In the New Web Site dialog box, in the Installed Templates pane, select Visual C# and then choose ASP.NET Reports Web Site.
-
In the Location box, specify a project directory and select OK.
The website project opens and launches the Report Wizard. Cancel out of the Data Source and Report Wizard. You create a custom dataset in the next step.
[!div class="nextstepaction"] Lesson 2: Define a data connection and data table for the parent report