ActiveReports Developer 7
IReportComponentContainer Interface
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : IReportComponentContainer Interface

Glossary Item Box

Represents a report object that can contain other GrapeCity.ActiveReports.ReportObjectModel.IReportComponent objects.

Syntax

Visual Basic (Declaration) 
Public Interface IReportComponentContainer 
   Inherits IReportComponent 
C# 
public interface IReportComponentContainer : IReportComponent  

See Also