ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportComponentCollection Class / ReportComponentCollection Constructor
An GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponent array containing the components to add to the collection.

In This Topic
    ReportComponentCollection Constructor
    In This Topic
    Initializes a new instance of the GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal components() As IReportComponent _
    )
    public ReportComponentCollection( 
       IReportComponent[] components
    )

    Parameters

    components
    An GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponent array containing the components to add to the collection.
    See Also