Switches the execution and paint order of the object with the next object in the section.
| Before |
After |
 |
 |
Notes
- The object order does not only control what object is painted first and what object may overlap the other, but it also controls the execution order of functions. If the object is a function, this means that the function execution takes place after all objects are painted or functions are executed. This can be very important when there is an object representing the results of a sub-report and a function that assigns values to global variables used in the sub-report. For correct execution, the function should be executed first and the sub-report last.
- Paint order may be important. To illustrate this, look at the following before and after grid: