ActiveReports 13
AddRange Method (ReportCombiner)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.ReportsCore.Tools Namespace > ReportCombiner Class : AddRange Method
Reports to be added.
The options to be applied to each report.
Add reports collection with specified options.
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

Reference

ReportCombiner Class
ReportCombiner Members