'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.