Ordering - Report
Contains the index number which will be used for finding records
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Ordering
| Access Type | Syntax |
|---|---|
| Read Access: | Get Ordering to IntegerVariable |
| Write Access: | Set Ordering to IntegerVariable/Value |
Description
Ordering contains the index number which will be used for finding records. A value of -1 tells the runtime to choose the most-appropriate index based on current constraints. This is normally set by the report_index command or the by| down command-line option in the report-object definition.