Back to Devexpress

VCL Reports: Getting Started

vcl-405761-expressreports-getting-started.md

latest5.7 KB
Original Source

VCL Reports: Getting Started

  • Mar 30, 2026
  • 3 minutes to read

This section lists help topics and sample projects designed to help you get started with the TdxReport component.

Prerequisites

Note

Ensure that your development environment meets ExpressDashboards and ExpressReports prerequisites:

  1. Microsoft Windows 10 or newer.
  2. Embarcadero RAD Studio IDE 12.3 or newer (Community Edition IDEs are not supported).
  3. DevExpress VCL v25.2.x.
  4. The EdgeView2 SDK package installed from the GetIt package manager.

Tutorial

Create a Table Report Using the Report Wizard

Follow this tutorial to create a table report and display it in a VCL application. The tutorial loads JSON data from a remote source, defines a table report layout, and binds it to data using the Report Wizard dialog at design time.

Sample GitHub Projects

This section lists all public GitHub repositories (DevExpress-Examples) that demonstrate the primary usage scenarios for VCL Reports:

Store Report Templates/Layouts

View Example: Import and Save Report Layouts to XML Files View Example: Store Report Layouts in a DatabaseThese examples demonstrate two report layout storage techniques (as XML files and records for a BLOB dataset field). Both examples allow users to create, modify, save, and load report template layouts in the XML-based REPX format.

Filter Report Data

View Example: Data Record Filtering in a ReportThis example allows you to select individual dataset records in a DevExpress VCL Data Grid control and display selected records in a built report using the Report Viewer dialog. Source data is stored in a memory-based dataset (TdxMemData).

Generate & Export Reports Without User Interaction

View Example: Generate Reports in a Backend/Service Application

This example bypasses the Report Viewer dialog and generates a report using the DevExpress Reports Backend. You can use the demonstrated technique to implement REST/Web API backends, Windows Services, workflows, and scheduled jobs for the following usage scenarios:

  • Bulk export reports to PDF, DOCX, image, and other supported formats.
  • Share, email, and print report documents without user interaction.
  • Implement custom report management UIs.

Report Viewer/Designer UI Localization

View Example: Localize the DevExpress Viewer and Report DesignerThis example allows users to switch between English ( default ) and German ( localized ) versions of two built-in DevExpress dialogs: Report Designer and Report Viewer.

To see the TdxReport component in action, run the Report Designer/Viewer demo in the VCL Demo Center installed with compiled DevExpress VCL demos. Click different items in the sidebar on the left to switch between demo features.

Download: Compiled VCL Demos

Tip

You can find full source code for the installed compiled Report demo in the following folder:

_%PUBLIC%\Documents\DevExpress VCL Demos\MegaDemos\Product Demos\ExpressReports_

See Also

VCL Reports (Report Designer & Viewer) for Delphi/C++Builder

Sample GitHub Projects for VCL Reports (Report Designer & Viewer)

Supported Database Systems