Join multiple reports into a single generated PDF.
Syntax
Parameters
- reports
- The reports to combine. These reports must have had processComplete() called on them. All must be of the type ProcessPdf. All must not set the output stream (Windward then creates a MemoryStream).
- pdfReport
- The stream to write the compined reports to. This will be a PDF file.
Return Value
The number of pages in the final document.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also