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 / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
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
Adds a report to a group of reports.
Remark: Setting up a report group enables a specific combo to be displayed in the report viewer. The reports found in the group are listed in this combo box and they can be displayed in the report viewer. This features allows you to propose to the user:
  • a report in portrait mode and in landscape mode.
  • a report in various formats: A3, A4, US letter, ...
Ejemplo
// Print destination
iDestination(iViewer)
// Create the group of reports
iGroupAdd(RPT_TO_Year_A4_Portrait, 2012)
iGroupAdd(RPT_TO_Year_A4_Landscape, 2012)
// Display first report of the group in the report viewer
iGroupPrint()
Sintaxis
<Result> = iGroupAdd(<Report name> [, <Parameter 1> [... [, <Parameter N>]]])
<Result>: Integer
Index of the report in the group of reports.
<Report name>: Character string
Name of report that will be added into the group.
<Parameter 1>: Optional parameters (the type corresponds to the parameter type)
Optional parameter expected by the report. This parameter was defined in the "Open" event of the report. This parameter can be the name of a view, the name of a memory area, etc.
This parameter will be passed to the report when it is displayed in the report viewer or when it is printed.
<Parameter N>: Optional parameters (the type corresponds to the parameter type)
Optional parameter expected by the report. This parameter was defined in the "Open" event of the report. This parameter can be the name of a view, the name of a memory area, etc.
This parameter will be passed to the report when it is displayed in the report viewer or when it is printed.
Observaciones
  • Parameters by reference are not handled: calling the function iGroupAdd FUNCTION function makes a copy of the parameter value at the time of the call.
  • An icon and a caption are added by default into the combo box. This information can be customized by iGroupConfigure. The default caption corresponds to the report dimensions and orientation.
  • The report selected by default can be configured by iGroupPrint.
Componente: wd300etat.dll
Versión mínima requerida
  • Versión 18
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