ActiveReports Developer 7
CrossSectionLine Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : CrossSectionLine Class

Glossary Item Box

The CrossSectionLine control renders a vertical line that begins where you place it in a header section, grows with any intervening sections, and ends where you place it in the related footer section.

Object Model

CrossSectionLine Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class CrossSectionLine 
   Inherits CrossSectionControl
C# 
public sealed class CrossSectionLine : CrossSectionControl 

Inheritance Hierarchy

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

See Also