Print_Columns - WinReport
Determines the number of columns in a report
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Print_Columns
| Access Type | Syntax |
|---|---|
| Read Access: | Get Print_Columns to IntegerVariable |
| Write Access: | Set Print_Columns to IntegerVariable/Value |
Description
The Print_Columns property determines the number of columns in a report. If DFNew_Page is received with no parameter, it will start the new page with the number of columns (default: no columns) in the value of the Print_columns property.
Default is 0.