In This Topic
Creates report pages. Only one report for one device can exist in a project, therefore it's always overwritten, when creating. Different situation is while device list is an overview report. There can be many device list in a project(perhaps with different filters), therefore it's never overwritten when creating a new one. To update an existing list of devices, use Reports.Update function.
Syntax
Parameters
- oReportBlock
- Report block which contains settings for generating reports.
- strFirstPageName
- Full name of the start page for each report block generated by this method.
Exceptions
Exception | Description |
System.ArgumentNullException | If any of parameters is null. |
System.ArgumentException | If any of parameters is invlaid. |
System.ApplicationException | Failed to create report pages. Please refer to the error message. |
BaseException | An internal error occurred
during creating embedded report
Please refer
to the error
message. |
Eplan.EplApi.HEServices.Exceptions.InvalidScheme | Thrown when invalid scheme name is set and scheme data is empty.
Please refer to the error message for more information. |
See Also