ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Details Class / Components Property

In This Topic
    Components Property (Details)
    In This Topic
    Gets a GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection object 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