ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Prints a sequence of reports.
Note: Report print chaining allows you to print different reports in succession, visible as a single printout in the report viewer. You can add various types of documents in this sequence. For more details, see Sequencing reports.
Example
iDestination(iViewer)
iSequencingAdd(ETAT_Etat1)
iSequencingAdd(ETAT_Etat2, 3)
iSequencingPrint()
Syntax
iSequencingPrint()
Related Examples:
Generate_reports Training: Generate_reports
[ + ] This example shows the different methods for creating a report:

- reports based on different data sources (queries, variables, etc.)
- reports based on controls (Table, Spreadsheet, Pivot Table, etc.)
- printing composite reports
- specific reports (portrait/landscape, watermarks, reports with bar codes, etc.)
Business / UI classification: Neutral code
Component: wd300etat.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help