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 Headless (non-GUI) application
7
+
# DevExpress VCL Reports — Generate a Report Using a Headless (non-GUI) Application
8
8
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.
9
+
This example uses the DevExpress VCL Reports 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, Windows services,
11
+
or plain command line applications, all without the need for a GUI.
11
12
12
-
The example includes projects for both [Delphi](./Delphi) and [C++Builder](./CPB).
13
-
14
-
> 
13
+
> 
-[Example: Store Report Layouts within Text Files](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file)
51
-
-[Example: Store Report Layouts in a Database](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-database)
142
+
143
+
-[Introduction to VCL Reports](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports)
144
+
-[Tutorial: Create a table report using the Report Wizard](https://docs.devexpress.com/VCL/405760/ExpressReports/getting-started/create-table-report-using-report-wizard)
145
+
-[How to store report layouts in REPX files (example application)](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-file)
146
+
-[How to store report layouts in a database (example application)](https://github.com/DevExpress-Examples/vcl-reports-store-layout-template-database)
147
+
-[How to use SQLite as a data source for reports (as demonstrated in the current example)](https://docs.devexpress.com/VCL/405750/ExpressCrossPlatformLibrary/vcl-backend/database-engines/vcl-backend-sqlite-support)
0 commit comments