ActiveReports 10
Add Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollection Class : Add Method
The ExpressionInfo object to add.
Adds a new ExpressionInfo into the ExpressionInfoCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As ExpressionInfo _
) As Integer
public int Add( 
   ExpressionInfo value
)

Parameters

value
The ExpressionInfo object to add.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members