| Visual Basic (Declaration) | |
|---|---|
Public Function Remove( _ ByVal value As ReportItem _ ) As System.Boolean | |
| C# | |
|---|---|
public System.bool Remove( ReportItem value ) | |
Parameters
- value
The ReportItem object to remove.
|
| ActiveReports Developer 7 | |
| Remove Method | |
| See Also | |
| GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class : Remove Method |
The ReportItem object to remove.
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Function Remove( _ ByVal value As ReportItem _ ) As System.Boolean | |
| C# | |
|---|---|
public System.bool Remove( ReportItem value ) | |
The ReportItem object to remove.