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

Adding a New Report to a WinForms Application

  • 2 minutes to read

This tutorial describes how to add a new report to a Windows Forms Application at design time within Visual Studio:

Creating a New Application

Do the following to create a new Windows Forms Application in Microsoft Visual Studio 2010, 2012, 2013, 2015 or 2017:

  1. Press CTRL+SHIFT+N, or select FILE | New | Project… in the main menu.

    create-new-application-windows-forms

  2. In the New Project dialog that is invoked, expand the Installed category, and select a programming language (Visual C# or Visual Basic) in the Templates section. Then switch to the Windows section and select Windows Forms Application.

    win-create-new-application

    Specify the application name and click OK.

Adding a New Report

Do the following to add a new report to your WinForms application:

  1. In Visual Studio, press CTRL+SHIFT+A, or select PROJECT | Add New Item… in the main menu.

    add-new-item-windows-forms

  2. In the Add New Item dialog that is invoked, switch to the Reporting directory, select the DevExpress v17.2 Report Wizard item, specify the report name and click Add.

    add-a-new-report-winforms-report-wizard

This invokes the Report Wizard where you can choose to create a blank or data-bound report.

Tip

See First Look at the Report Designer to learn about the basics of creating reports in Visual Studio.