ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Editors / Report editor / Types of reports
  • Overview
  • Details about the different types of reports
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Report editor: Report types available
Overview
Several types of reports can be created in the report editor. All these types of reports are available in the report editor (provided with WINDEV, WEBDEV and WINDEV Mobile) and in Reports & Queries.
The following types of reports are available:
  • Blank report.
  • Form report.
  • Table report.
  • Crosstab report.
  • TreeView Table report.
  • Gantt Chart report.
  • Organizer report (not available in WINDEV Mobile).
  • Scheduler report (not available in WINDEV Mobile).
  • Custom Mailing report (not available in WINDEV Mobile).
  • Label report.
  • Report based on a Form.
  • Multicolumn report.
  • Composite report.
Details about the different types of reports
Let's see the characteristics for each type of report as well as use examples:
  • Blank report:
    • Reading the data source of report
      Each page displays:
      • a specific text.
      • a standard form (filled manually thereafter).
      • the data coming from one or more records.
    • Use examples:
      • Form for entering incoming calls.
      • Form for entering absences.
      • Form for entering products received.
    • Preview of a blank report
      Free report
  • Form report:
    • Reading the data source of report
      The data read in the data source is displayed in a form: each page displays the data of one or more records.
    • Use examples:
      • Detailed list.
      • Data grouped according to a criterion.
    • Preview of a form report
      Form report
  • Table report:
    • Reading the data source of report
      Each table row corresponds to a record read in the data source of report (data file, query, ...).
    • Use examples:
      • Summary table.
      • Invoice.
      • Detailed list.
      • Data grouped according to a criterion
    • Preview of a table report
      Table report
      For more details, see Using tables in a report.
  • Crosstab report:
    • Reading the data source of report
      The data read in the data source is displayed in a double-entry table.
    • Example of use An array showing the breakdown of sales by product and by year.
    • Preview of a crosstab report
      Crosstab report
      For more details, see Crosstab report.
  • TreeView Table report:
    • Reading the data source of report
      The data read in the data source is displayed in a TreeView Table.
    • Example of use An array showing the breakdown of sales by product and by year.
    • Preview of a TreeView Table report
      TreeView Table report
      For more details, see TreeView Table report.
  • Scheduler report:
    • Reading the data source of report
      The data read in the data source is displayed in schedule format.
    • Examples of use Print daily or weekly schedules, etc.
    • Preview of a Scheduler report
      Scheduler report
      For more details, see Scheduler report.
  • Organizer report:
    • Reading the data source of report
      The data read in the data source is displayed in organizer format.
    • Examples of use Printing a daily or weekly diary, etc.
    • Preview of an Organizer report
      Organizer report
      For more details, see Organizer report.
  • Mailing report:
    • Reading the data source of report
      Each record read in the data source corresponds to a page.
    • Use examples:
      • Mailshot.
      • Advertising letter.
    • Preview of a mailing report
      Mailing report
  • Label report:
    • Reading the data source of report
      Each record read in the data source corresponds to a label.
      If you choose this type of report, you can define the number of copies for the same label.
    • Use examples:
      • Price labels.
      • Address labels.
    • Preview of a label report
      Label report
      For more details, see Label report.
  • Report based on a form:
    • Reading the data source of report
      The data read in the data source is displayed in a form: each page displays the data of one or more records.
    • Use examples:
      • Postal forms.
      • Check.
    • Preview of a report on form
      Report based on a form
      For more details, see Report based on a form.
  • Multicolumn report:
    • Reading the data source of report
      if the multicolumn report is a Table report, each table row corresponds to a record read in the data source of report (data file, query, ...).
      If the multicolumn report is a Form report, the data read in the data source is displayed in a form: each page displays the data of one or more records.
    • Example of use Product catalog
    • Preview of a multicolumn report
      Multicolumn report
      For more details, see Multicolumn report.
  • Composite report:
    • Reading the data source of report
      The composite report includes several sub-reports. Each sub-report can have a specific type. Reading the data source of sub-reports depends on the type of sub-reports.
    • Examples of use Printing orders and general terms and conditions, ...
    • Preview of a composite report
      Composite report
      For more details, see Composite report.
Related Examples:
WM CRM Cross-platform examples (WINDEV Mobile): WM CRM
[ + ] WM CRM is a multi-platform project for Android and iOS.
It explains how to develop a CRM application intended to the Android and iPad tablets.
WM Expense Account Cross-platform examples (WINDEV Mobile): WM Expense Account
[ + ] This example allows you to manage your fees.

Let's see the main features of this application:
- The input of invoices
- Management of foreign currencies
- Inclusion of photo document for the invoices
- Ability to email the expense account
- Ability to track the expense accounts
- ...
WM Managing Orders Cross-platform examples (WINDEV Mobile): WM Managing Orders
[ + ] The WM Managing Orders example is a simplified management of orders and invoices.
This example is used to:
- create/modify/delete a product,
- create/modify/delete a customer,
- contact a customer by email,
- see the history of the actions performed for a customer
- place an order, print an order form,
- invoice an order, print an invoice.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/05/2024

Send a report | Local help