AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
iInitSubReport (Function)
In french: iInitSousEtat
Initializes the parameters of a subreport of a composite report. This function must be used when a subreport requires parameters such as lower or upper bounds or parameters specified through programming.
Caution: This function can only be called when printing a composite report.
Example
// Opening code of a composite report
iInitSubReport(SRPT_SubReport1, nLowerBound, nUpperBound)
Syntax
iInitSubReport(<Subreport> [, <Parameter 1> [... [, <Parameter N>]]])
<Subreport>: Report name
Name of subreport to initialize.
<Parameter 1>: Type of the parameter (optional)
First parameter that must be passed to the subreport.
<Parameter N>: Nth of the parameter (optional)
Last parameter that must be passed to the subreport.
Business / UI classification: Neutral code
Component: wd290etat.dll
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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