| Visual Basic (Declaration) | |
|---|---|
Public Sub AddRange( _ ByVal collection As FilterCollection _ ) | |
| C# | |
|---|---|
public void AddRange( FilterCollection collection ) | |
Parameters
- collection
The FilterCollection to add to the current collection.
|
| ActiveReports Developer 7 | |
| AddRange Method | |
| See Also | |
| GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > FilterCollection Class : AddRange Method |
The FilterCollection to add to the current collection.
Glossary Item Box
| Visual Basic (Declaration) | |
|---|---|
Public Sub AddRange( _ ByVal collection As FilterCollection _ ) | |
| C# | |
|---|---|
public void AddRange( FilterCollection collection ) | |
The FilterCollection to add to the current collection.