ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.ReportsCore.Tools Namespace / ReportCombiner Class / AddRange Method
Reports to be added.
The options to be applied to each report.

In This Topic
    AddRange Method (ReportCombiner)
    In This Topic
    Add a collection of reports with specified options in the reports list.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal reports As IEnumerable(Of PageReport), _
       Optional ByVal options As LocationOptions _
    ) 
    public void AddRange( 
       IEnumerable<PageReport> reports,
       LocationOptions options
    )

    Parameters

    reports
    Reports to be added.
    options
    The options to be applied to each report.
    See Also