WW_Reports
A report provides a custom view of data: data entered in the database, data found in a text file, data coming from a Table control, ...
In the following example, the reports are colored according to the difficulty. The color is indicated at the top right and at the bottom of each page.
Print data
Report from a query 
Using queries in a report allows you to create complex reports. The query pre-selects the records and the report organizes the data.
Report from a variable (DataBinding)
A report on variable is used to directly print the information found in a WLanguage variable.
Report with totals in page footer
This report explains how to calculate subtotals for each page of a report.
Print controls
Report from a memory table control
A report on a Table control is used to directly print the information displayed in a Table control. You can also filter the rows and columns to print.
Report from a Scheduler control
A report on a Scheduler control is used to directly print the information displayed in a Scheduler control.
Report with a Chart control
WINDEV allows you to include charts in your reports.
Report with a Report control
A report can be integrated into another report.
Print composite reports
Composite report with 2 integrated subreports
Each subreport can display different data and use a specific orientation. The different subreports are printed one after another.
Report including a sequence of reports
The sequence of report prints is used to print different reports one after another, visible in the same print preview.
Multi-column report
The report contains a Body block in which one or more columns are printed.
Nested report
It is possible to print a report in a report via nested reports.
Report with a watermark
A watermark can be created from the print preview (WINDEV only) or by programming. The watermark is printed on all the report pages.
Specific print
Mixed Portrait/Landscape print by programming
Printing pages in portrait and landscape by programming.
Report of product labels with bar codes
Example of product labels with bar codes. The format of the labels can be customized.
Mixed Portrait/Landscape print by composite report
Printing pages in portrait and landscape by composite report.
Standard print
Standard Order Form report
Example of a standard order form.
Standard order form report with GTC
Example of a standard order form with General Terms and Conditions.
Order summary report
Example of an order summary.
Standard invoice report
Example of a standard invoice.