ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Container Class / Components Property

In This Topic
    Components Property (Container)
    In This Topic
    Gets the GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection containing all the components hosted in the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Components As ReportComponentCollection
    public ReportComponentCollection Components {get;}

    Property Value

    A read-only GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection containing all the components hosted in the control.
    See Also