ActiveReports Developer 7
Add Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDataParameterCollection Interface : Add Method

parameter
The parameter to add in the collection.

Glossary Item Box

Adds the specified IDataParameter object to the collection.  

Syntax

Visual Basic (Declaration) 
Function Add( _
   ByVal parameter As IDataParameter _
) As System.Integer
C# 
System.int Add( 
   IDataParameter parameter
)

Parameters

parameter
The parameter to add in the collection.

See Also