ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ExpressionInfoCollection Class / AddRange Method
The expressions.

In This Topic
    AddRange Method (ExpressionInfoCollection)
    In This Topic
    Adds the expressions sequence to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal expressions As IEnumerable(Of ExpressionInfo) _
    ) 
    public void AddRange( 
       IEnumerable<ExpressionInfo> expressions
    )

    Parameters

    expressions
    The expressions.
    See Also