ActiveReports 8
ControlCollection Class
Members  See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ControlCollection Class

Glossary Item Box

Represents a collection of ARControl objects.

Object Model

ControlCollection Class

Syntax

Visual Basic (Declaration) 
Public Class ControlCollection 
   Inherits System.Collections.CollectionBase
C# 
public class ControlCollection : System.Collections.CollectionBase 

Remarks

The Add and Remove methods enable you to add or remove controls from the collection.  You can also use the AddRange or Clear methods to add or remove all controls from the collection.

Inheritance Hierarchy

System.Object
      GrapeCity.ActiveReports.SectionReportModel.ControlCollection

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