ActiveReports 12
CrossSectionBox Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : CrossSectionBox Class

The CrossSectionBox control renders a rectangular outline with its corners where you place them in the header and footer sections, and its vertical lines growing with intervening sections.

Object Model
CrossSectionBox Class
Syntax
'Declaration
 
Public NotInheritable Class CrossSectionBox 
   Inherits CrossSectionControl
public sealed class CrossSectionBox : CrossSectionControl 
Remarks

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.

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.SectionReportModel.ARControl
      GrapeCity.ActiveReports.SectionReportModel.CrossSectionControl
         GrapeCity.ActiveReports.SectionReportModel.CrossSectionBox

See Also

Reference

CrossSectionBox Members
GrapeCity.ActiveReports.SectionReportModel Namespace