ActiveReports 18 .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 child components contained inside the container.
    Syntax
    'Declaration
     
    ReadOnly Property Components As ReportComponentCollection
    ReportComponentCollection Components {get;}

    Property Value

    a read-only GrapeCity.ActiveReports.ReportObjectModel.ReportComponentCollection containing the child components in the container.
    See Also