ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / AddRange Method / AddRange(ParameterCollection) Method
The ParameterCollection object to add.

In This Topic
    AddRange(ParameterCollection) Method
    In This Topic
    Adds a ParameterCollection object to the Parameter collection.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal parameters As ParameterCollection _
    ) 
    public void AddRange( 
       ParameterCollection parameters
    )

    Parameters

    parameters
    The ParameterCollection object to add.
    See Also