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.
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. |
Page with name passed in parameter strFirstPageName
can exists in project but it has to be a report page (can't have the member Eplan.EplApi.DataModel.Page.ReportBlockempty
). Existing report pages will be replaced with new reports.