- Procedure PrintEndReport(None)
PrintEndReport
With the procedure PageEndReport
you finish the printing of a report
that was started via a call to PrintStartReport
.
PrintEndReport
Arguments
None
Return Value
The procedure returns 1 on success, or 0, if there was no current report.
See also
The procedures PrintStartReport
, PrintPage
.