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

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