Description
Print the current page and forces a page break.
-
Return Type
-
None
-
Syntax
-
object.PrintPage
The PrintPage Method syntax has these parts: |
| object | An expression evaluating to an object of type McReport. | Remarks
For reports containing tables, this method only prints the variables and the table headers. Table rows are then printed using PrinRow explicitly or one of the mcrcAutomatic and mcrcPrintRow commands.
|