ActiveReports 12
ReportComponentCollection Constructor

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportComponentCollection Class : ReportComponentCollection Constructor
An IReportComponent array containing the components to add to the collection.
Initializes a new instance of the ReportComponentCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal components() As IReportComponent _
)
public ReportComponentCollection( 
   IReportComponent[] components
)

Parameters

components
An IReportComponent array containing the components to add to the collection.
See Also

Reference

ReportComponentCollection Class
ReportComponentCollection Members