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

Glossary Item Box

ARControl is the base class for ActiveReports CrossSection controls.  You should not need to use this class in your application.

Object Model

CrossSectionControl Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class CrossSectionControl 
   Inherits ARControl
C# 
public abstract class CrossSectionControl : ARControl 

Inheritance Hierarchy

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

See Also