ActiveReports 12
Add Method (ParameterValueCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ParameterValueCollection Class : Add Method
The   ParameterValue object to add to the collection.
Adds a  ParameterValue object to the ParameterValueCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As ParameterValue _
) As Integer
public int Add( 
   ParameterValue value
)

Parameters

value
The   ParameterValue object to add to the collection.

Return Value

A new ParameterValue object.
See Also

Reference

ParameterValueCollection Class
ParameterValueCollection Members