[]
Add a collection of reports with specified options in the reports list.
public void AddRange(IEnumerable<PageReport> reports, LocationOptions options = default)
Type | Name | Description |
---|---|---|
IEnumerable<PageReport> | reports | Reports to be added. |
LocationOptions | options | The options to be applied to each report. |