Prints the currently opened document (section or page).
Overload | Description |
Print(Boolean) | Initiates the printing process for the currently opened document, either a section or a page report, with the option to display or bypass the print dialog. |
Print(Boolean,Boolean) | Initiates the printing process for the currently opened document, allowing for the display of the print dialog and the print progress dialog based on the provided parameters. |
Print(Boolean,Boolean,Boolean) | Initiates the printing process for the currently opened document, with options to display the print dialog, the print progress dialog, and to use a separate printing thread. |
Print(PrintingSettings) | Initiates the printing process for the currently opened document, using the specified printing settings. |