| Count: | Count number of records in each set.
|
| Sum: | Sum column value for each set of records.
|
| Minimum: | Calculate minimum column value each set of records.
|
| Maximum: | Calculate maximum column value for each set of records.
|
| Average: | Calculate average for each set of records.
|
| Across then Down: | Print all of the pages across the top of the matrix, then print the next 'row' of pages, etc., etc until the matrix is completely printed.
|
| Down then Across: | Print all of the pages down the side of the matrix, then print the next 'column' of pages, etc, etc until the matrix is completely printed.
|
| The Left property determines the horizontal coordinate of the left edge of a CrossTab control relative to the left edge of the parent band's starting print position.
|
| The Top property determines the vertical coordinate of the top left corner of a CrossTab control. The value of top is relative to the value of a CrossTab control's parent band.
|
| The Width property expresses the horizontal size of a CrossTab in report units.
|
| The Height property expresses the vertical size of the CrossTab in report units.
|
| Bottom Offset property is used to define the vertical space that should appear after the CrossTab has printed. The Bottom Offset is expressed in report units.
|
| Note: The Bottom Offset acts as a margin between the stretching controls and the controls that are shifting or stretching in relation to it.
|
| Overflow Offset is used to define the vertical space that should be above the CrossTab when it is overflowing onto an additional page. The OverFlow Offset is expressed in report units.
|
| Note: The OverFlow Offset acts as a margin between the stretching controls and the top of the page.
|
| Stop Position is used to define the vertical position at which the CrossTab will stop printing. The Stop Position is expressed in report units.
|
| Note: Together with the Top and OverFlow Offset properties, the Stop Position can be used to restrict CrossTab to a certain position on the page. This is often useful when you are printing on pre-printed forms and need to print information within a certain rectangular area on the page.
|