| Name | Description | |
|---|---|---|
![]() | ReportMgmtBase Constructor | Do not instantiate this class, instead access it through the ReportManagement Property of the Api object. |
The following tables list the members exposed by ReportMgmtBase.
| Name | Description | |
|---|---|---|
![]() | ReportMgmtBase Constructor | Do not instantiate this class, instead access it through the ReportManagement Property of the Api object. |
| Name | Description | |
|---|---|---|
![]() | AddFolder | Add a new folder to the Report Tree. Folder is created permanently in the Storage Management database. |
![]() | DeleteFolder | Delete an empty folder from the Report Tree. |
![]() | DoesContentIdExist | Check if a folder, report, theme or template exists in the Storage Management database by providing its content ID. |
![]() | ExistFolder | Check if a folder exists by name. |
![]() | ExistTheme | Check if a theme exists by type and name. |
![]() | GetContentIdFromPath | Retrieve the content ID of a content item in the Storage Management database based on its path from the root in the Report Tree. |
![]() | GetReportListXml | Retrieve an XML representation of the Report Tree for the current Storage Management identity. |
![]() | GetTemplate | Retrieve a template file from the Storage Management database, as an array of bytes. |
![]() | GetTemplateList | Retrieve a list of strings each containing the name of a template file. |
![]() | GetThemeList | Retrieve a list of strings each containing the name of themes for a certain report type. |
![]() | IsReadOnly | Determine if a folder is read-only or not. |
![]() | IsReportReadOnly | Determine if a report is read-only or not. |
![]() | MoveFolder | Overloaded. Rename/move a folder. |