Skip to main content
A newer version of this page is available. .

Create an ASP.NET Web Forms Application with a Report Designer

  • 3 minutes to read

This tutorial describes how to use the DevExpress Template Gallery to generate a basic ASP.NET Web Forms application that contains an End-User Report Designer.

  1. To create a new project, select FILE | New | Project in the main menu (or press CTRL+SHIFT+N).

    create-new-application-windows-forms

  2. In the invoked New Project dialog, expand the Installed category, select a programming language (Visual C# or Visual Basic), and select the DevExpress v20.1 Template Gallery.

    asp-net-mvc-reports-create-devexpress-template-gallery

    Specify the application name and click OK.

  3. Select Reporting Web Application from the ASP.NET WebForms category in the invoked DevExpress Template Gallery and click Run Wizard.

    web-template-gallery-reporting-application

  4. Enable the Add Designer Page checkbox on the Reporting Control Settings wizard page to add a Report Designer to the web application.

    Tip

    You can add a Web Document Viewer and a Report Designer to the application.

    web-reporting-project-wizard-select-designer

    Use the following Report Designer settings:

    Click Create Project to apply these settings to the project.

See Also