xtrareports-14989-get-started-with-devexpress-reporting-create-a-report-create-a-report-in-visual-studio.md
Use the DevExpress Unified Component Installer to install DevExpress components. These components include the Report Designer.
Download: Free 30-Day Trial - Unified Component Installer
Press CTRL+SHIFT+A or click Project | Add New Item in the Visual Studio menu.
Select the DevExpress Report item, specify a report name, and click Add.
Select the report type in the invoked Report Wizard and click Finish. Select Blank if you want to create a report from scratch.
A Report Designer appears. The designer surface is broken down into bands that help you build the report flow. A band can appear at the beginning or end of the report, on every printed page, once for each data record, and so on.
See the following topic for more details on report bands: Introduction to Banded Reports.
You can drop report controls from the Toolbox onto bands to design the report layout.
Click the report’s smart tag and select Save to save report definition to a .REPX file (XML format):
For more information, review the following help topic: Introduction to Banded Reports.
You need to complete a number of tasks to setup your report: bind the report to data, apply a filter condition, customize appearance settings, and more. Refer to the following topics for details:
For more information on the Report Designer , its functionality, and limitations, see the following topic: Visual Studio Report Designer.
You can open online documentation for a report control or its property from Visual Studio. Select a control in the Report Designer or click a property in the Properties window and press F1.
Refer to the following topic for more information: Get Help on DevExpress Reporting API.
See Also