ActiveReports 10
AddRange Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollection Class : AddRange Method
The array of the expressions to add the ExpressionInfoCollection.
Adds a range of ExpressionInfo into the ExpressionInfoCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal expressions As ExpressionInfoCollection _
) 
public void AddRange( 
   ExpressionInfoCollection expressions
)

Parameters

expressions
The array of the expressions to add the ExpressionInfoCollection.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members