ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Data sources
15 results
Data-bound report
A table-bound report is used to print the records coming from a single table (HFSQL Classic or Client/Server, accessed via a Native Access, ...
Report based on a class (MVP)
Reports based on a class allow you to directly print data from an Array member of a class...
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view...
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control...
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area...
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage...
Report based on a query
Queries are used to easily select records in one or more tables...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control...
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector...
Report based on a Table control
A report based on a data-bound Table control is used to directly print the information displayed in the control (based on a table or populated programmatically)...
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls...
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
Report data source
The reports can be created with the data coming from: