<< Click to Display Table of Contents >>
Out Direction
The output direction of the region.
Set to one of One, Horizontal, Vertical, Both, Horizontal Limited, Vertical Limited, and Fit to Page Height.
It applies when a region repeats printing its contents because region size overflows with contents.
The "Both" direction prints horizontally or vertically according to the Direction property of components. For example, if the region contains vertical binding components such as data label or table, it prints vertically. Else if the region contains horizontal binding components such as cross tab or Gantt chart, it prints horizontally.
Example
If a region contains a data band and data label with 20 dataset rows, it applies as below.
One |
---|
Horizontal |
---|
Vertical |
---|
Both |
---|
Horzontal Limited |
---|
Vertical Limited |
---|
Fit to Page Height |
---|