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

In This Topic
    Components Property (IReportComponentContainer)
    In This Topic
    Gets the collection of child components contained within the container.
    Syntax
    'Declaration
     
    ReadOnly Property Components As ReportComponentCollection
    ReportComponentCollection Components {get;}

    Property Value

    A read-only ReportComponentCollection containing the child components in the container.
    See Also