| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal copy As ReportItemCollection _ ) | |
| C# | |
|---|---|
public ReportItemCollection( ReportItemCollection copy ) | |
Parameters
- copy
- A ReportItemCollection containing the values to copy into the new collection.
| DataDynamics.Reports | Support Forum |
| ReportItemCollection Constructor(ReportItemCollection) | |
| See Also | |
|
| DataDynamics.Reports.ReportObjectModel Namespace > ReportItemCollection Class > ReportItemCollection Constructor : ReportItemCollection Constructor(ReportItemCollection) |
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal copy As ReportItemCollection _ ) | |
| C# | |
|---|---|
public ReportItemCollection( ReportItemCollection copy ) | |