ActiveReports Developer 7
Add Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ParameterCollection Class : Add Method

parameter
The parameter object to be added to the collection.

Glossary Item Box

Adds a Parameter object to the Parameter collection.

Syntax

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

Parameters

parameter
The parameter object to be added to the collection.

See Also