ActiveReports 6 Online Help
Cross Section Controls

ActiveReports includes two new cross section controls that you can drop into any header or footer section. The controls automatically span any intervening sections to end in the related footer or header section.

Note: If you try to drop a cross-section control into a section other than a header or footer, the mouse pointer changes to Unavailable, and you cannot drop the control.

CrossSectionLine

The CrossSectionLine control is a vertical line that begins in the GroupHeader and ends in the corresponding section footer. At run time, the line stretches across the detail section. You can control the appearance of the line with properties such as:

CrossSectionBox

The CrossSectionBox control draws a rectangle that begins in a section header and ends in the corresponding section footer. You can control the appearance of the rectangle with the properties above, plus:

Note: The background color of the CrossSectionBox control is rendered on the report page before any other sections and controls. This means that the background color is visible on transparent sections only.

Unlike the background color, the border of the CrossSectionBox control is rendered after all other controls on the page.

Feature Limitation

The Cross Section controls will not be rendered when used in the Group section of a multi-column report (the ColumnCount property of the Detail section) if the ColumnLayout property of the Group section is set to True.

See Also

Sample ReadMe Files