Skip to main content
All docs
V25.2
  • Report Print Functionality

    The DevExpress Report Generator for Delphi and C++Builder (the TdxReport component) has built-in print functionality.

    The Report Preview dialog includes Print and Print Page buttons:

    VCL Reports: Print-Related Buttons in the "Report Viewer" Dialog

    Print and Print Page buttons display the Print dialog for the generated report or its current page, respectively:

    VCL Reports: The Print Dialog

    To see the TdxReport print and export functionality 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 select different demos. Click the Print Preview button to display the Print Preview dialog. Use built-in UI elements to test print functionality.

    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