Name | Description | |
---|---|---|
Active | The active report for this Api object. Changes to filters, sorts and report properties via the Api object are saved to the active report. A number of other methods in the ReportObjectFactory will make a report the active one. |
The following tables list the members exposed by ReportObjectFactory.
Name | Description | |
---|---|---|
Active | The active report for this Api object. Changes to filters, sorts and report properties via the Api object are saved to the active report. A number of other methods in the ReportObjectFactory will make a report the active one. |
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). |