PrintOutput method: ReportDefn class
Syntax
PrintOutput(DestPrinter)
Description
Use the PrintOutput method to print the report definition object executing the method. The ProcessReport method must be called successfully before you use this method.
Note:
If you don’t set the printer type with the SetPrinterType method before invoking PrintOutput, the default value of PDF is used.
Parameters
| Parameter | Description |
|---|---|
|
DestPrinter |
Specify the printer you want to use for printing the report, as a String. |
Returns
None.