MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IReportComponentContainer Interface
Members

IReportComponentContainer Interface
Represents a report object that can contain other IReportComponent objects.
Object Model
IReportComponentContainer Interface
Syntax
'Declaration
 
Public Interface IReportComponentContainer 
   Inherits IReportComponent 
 
Remarks
This interface extends IReportComponent and provides functionality for containing and managing child report components.
See Also