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

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