Name | Description | |
---|---|---|
![]() | Copy | Overloaded. Copy (duplicate) a report in the repository from one location to another. |
![]() | Create | Create a new report object, it has not yet been saved into the report repository. The created report object is made the active report object. |
![]() | Delete | Overloaded. Delete a report from the repository. The deleted report will become the active report. |
![]() | GetReportId | Get the content ID of a report in the repository by name/path. This can be passed to the LoadFromRepository Method. |
![]() | GetReportName | Retrieve the name of a report with the provided content ID. |
![]() | LoadFromRepository | Retrieve a report item from the Storage Management system with its content ID. |
![]() | Rename | Overloaded. Rename a report from name to newName. Scheduler Services will be updated with the new path and name as well. |
![]() | SaveToApi | Save changes to the provided report to the Api object. When setting the Api object's active report, should be the last call. |
![]() | SaveToRepository | Save the provided report to the report repository (permanent storage). |