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

In This Topic
    Components Property (ReportComponentContainer)
    In This Topic
    Gets a GrapeCity.ActiveReports.ReportObjectModel.ReportComponentCollection containing all the ReportComponents in the container.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Components As ReportComponentCollection
    public virtual ReportComponentCollection Components {get;}

    Property Value

    a GrapeCity.ActiveReports.ReportObjectModel.ReportComponentCollection containing all the ReportComponents in the container.
    See Also