| Visual Basic (Declaration) | |
|---|---|
Public Sub Add( _ ByVal value As ReportItem _ ) | |
| C# | |
|---|---|
public void Add( ReportItem value ) | |
Parameters
- value
- The ReportItem object to add.
|
| ActiveReports Developer 7 | |
| Add Method | |
| See Also | |
| GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : Add Method |
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Sub Add( _ ByVal value As ReportItem _ ) | |
| C# | |
|---|---|
public void Add( ReportItem value ) | |