You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DevExpress VCL Reports—Generate a PDF Report Using a non-GUI application
7
+
# DevExpress VCL Reports—Generate a PDF Report Using a Headless (non-GUI) application
8
8
9
-
This command line application uses the DevExpress VCL Reports components to generate a PDF report.
10
-
The application obtains data from a database using a SQL query that includes report layout parameters.
9
+
This example uses the DevExpress VCL Reports components to generate a PDF report using a command line application.
10
+
The example demonstrates the capabilities of VCL Reports for producing reports in backend applications, webservers, or command line applications, all without the need for a GUI.
11
11
12
12
The example includes projects for both [Delphi](./Delphi) and [C++Builder](./CPB).
13
13
14
14
> 
An application needs a template report layout, created in the [Report Designer](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports).
29
-
You can [store a report layout in a `.repx` file](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file)
31
+
32
+
You can [store a report layout in a REPX file](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file)
30
33
or [in a database](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-database).
31
34
32
-
This example loads a report layout from the [`Layout.repx`](./Layout.repx) file.
35
+
This example loads a report layout from the [`Order.repx`](./Order.repx) file.
33
36
34
37
###
35
38
39
+
40
+
## Files to Review
41
+
42
+
-[`Delphi/PDFReportGenerator.dpr`](./Delphi/PDFReportGenerator.dpr) generates a report in headless (non-GUI) mode.
43
+
-[`Order.repx`](./Order.repx) contains a report layout which produces a customer order report.
44
+
You view and edit this file using the [file storage example application](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file).
45
+
-[`nwind.db`](./nwind.db) contains the Northwind example database.
0 commit comments