AutoOutput_State - cWinReport2
Determines if the report is automatically output to the printer or the Previewer when it is complete
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean AutoOutput_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get AutoOutput_State to BooleanVariable |
| Write Access: | Set AutoOutput_State to BooleanVariable/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.