|
|
|
|
|
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 programmatically. Attention: This function can only be called during the execution of a composite report printout..
iInitSubReport(SETAT_SousEtat1, nBorneMin, nBorneMax)
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|