| 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.