[]
Insert a report to the specified position in reports list.
public void Insert(int index, PageReport report, LocationOptions options = default)
Type | Name | Description |
---|---|---|
int | index | The position of the report to be added. |
PageReport | report | The report to be added. |
LocationOptions | options | The options to report be added with. |