AutoOutput_State - WinReport
Determines if the report is automatically output to the printer or the Previewer when it is complete
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer AutoOutput_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get AutoOutput_State to IntegerVariable |
| Write Access: | Set AutoOutput_State to IntegerVariable/Value |
Description
If Auto_output_state is true (the default), the report is automatically output to the printer or the Previewer when it is complete. It uses the value of Property output_device_mode to determine if it should do a DFPrint (mode= PRINT_TO_PRINTER) or a DFPreview (mode = PRINT_TO_WINDOW).
If this property is set false, then no auto-print occurs and you have to send DFPrint or DFPreview at the end of the report.
Default is true.