Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.17 KB

File metadata and controls

29 lines (21 loc) · 1.17 KB
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
updatefrequency5

Lesson 1: Create a new website

In this lesson, you learn how to create a new website project using the ASP.NET website template for Visual C#.

Create a new website

  1. Open Microsoft Visual Studio 2015.

  2. On the File menu, select New, and choose Web Site.

  3. In the New Web Site dialog box, in the Installed Templates pane, select Visual C# and then choose ASP.NET Reports Web Site.

  4. 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.

Next step

[!div class="nextstepaction"] Lesson 2: Define a data connection and data table for the parent report