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 / Principios
  • Overview
  • What are the elements of a report?
  • Simplified definition of a report
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
Overview
A report provides a custom view of the data: data entered in the database, data found in a text file, data coming from a Table control, ...
Depending on the product used, the data found in the report can be displayed in different formats:
  • In WINDEV:
    • In a Windows application, a report can be displayed on the screen, saved in an HTML file, printed on a printer, ...
    • In a Linux application, a report can be saved in a PDF file.
  • In WEBDEV, a report can be saved in a file (HTML or PDF), sent by email, displayed in the browser of the Web user or printed on a printer connected to the server, ...
  • In WINDEV Mobile:
    • In an iOS application, a report can be saved in a PDF file.
    • In an application in Universal Windows App mode, a report can be saved in a PDF file.
    • In an Android application, a report can be saved in a PDF file.
What are the elements of a report?
A report includes:
  • blocks that define the different sections of the report (for more details, see Report blocks).
  • controls in which the report data is displayed (for more details, see Report controls).
A report can be used to summarize and synthesize data. It is possible to:
  • group data,
  • sort data according to any criteria,
  • calculations, averages or statistics, or even graphs,
  • display the data in several columns.
Just think of a report and the report editor will create it.
Some examples of reports:
Order form (print preview in WINDEV)
Information form
Information form
Simplified definition of a report
The diagrams below present a simple definition of a report:
  • the data to be printed comes from a data source (data file, HFSQL view, query, memory area, WLanguage variable or text file, etc.).
  • the report groups, sorts and formats the data.
  • report execution can be directed to:
    • in WINDEV: the screen, a file (PDF, HTML or RTF), a printer or a fax, ...
    • in WEBDEV: a file (HTML, RTF, PDF, etc.), a printer or fax machine, etc. If the report destination is a file, this file can be returned to the browser.
    • in WINDEV Mobile: a PDF file (for iOS, Android or Universal Windows Apps).
In WINDEV:
in WEBDEV:
In WINDEV Mobile:
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