ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ControlCollection Class
Members

In This Topic
    ControlCollection Class
    In This Topic
    Represents a collection of ARControl objects.
    Object Model
    ControlCollection Class
    Syntax
    'Declaration
     
    Public Class ControlCollection 
       Inherits System.Collections.CollectionBase
    public class ControlCollection : System.Collections.CollectionBase 
    Remarks
    The GrapeCity.ActiveReports~GrapeCity.ActiveReports.SectionReportModel.ControlCollection~Add.html and GrapeCity.ActiveReports~GrapeCity.ActiveReports.SectionReportModel.ControlCollection~Remove.html methods enable you to add or remove controls from the collection.  You can also use the GrapeCity.ActiveReports~GrapeCity.ActiveReports.SectionReportModel.ControlCollection~AddRange.html or GrapeCity.ActiveReports~GrapeCity.ActiveReports.SectionReportModel.ControlCollection~Clear methods to add or remove all controls from the collection.
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          GrapeCity.ActiveReports.SectionReportModel.ControlCollection

    See Also