ActiveReports Developer 7
Container Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Container Class

Glossary Item Box

Specifies a rectangle ReportItem contained in the report definition.

Object Model

Container Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class Container 
   Inherits ShapeBase
   Implements IRdlContainerIReportComponentIReportComponentContainer 
C# 
public sealed class Container : ShapeBase, IRdlContainerIReportComponentIReportComponentContainer  

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportItem
                  GrapeCity.ActiveReports.PageReportModel.Container

See Also