ActiveReports 8
CrossSectionLine Class
Members  See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also