AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Editores / Editor de reportes / Tipos de reportes
  • Overview
  • Details about the different types of reports
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ver también
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/11/2024

Señalar un error o enviar una sugerencia | Ayuda local