ActiveReports Developer 7
ReportComponentCollection Constructor
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportComponentCollection Class : ReportComponentCollection Constructor

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

Glossary Item Box

Initializes a new instance of the ReportComponentCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal components() As IReportComponent _
)
C# 
public ReportComponentCollection( 
   IReportComponent[] components
)

Parameters

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

See Also