IAdmAllowedReportOps
The IAdmAllowedReportOps interface contains methods to get reports and overviews a user can generate.
Inheritance: IUnknown
To use the IAdmAllowedReportOps interface, you need to bind to the Reports container using the "ReportsRoot"
alias. Bind to the container with the credentials of the user for which you want to get reports or overviews they can generate.
Methods
-
Method
-
Description
-
GetAllowedReportIDs()
-
Returns an array of unique identifiers of reports allowed to be generated by the user whose credentials were used to bind to the Reports container.
-
GetAllowedOverviewIDs()
-
Returns unique identifiers of the overviews allowed to be generated by the user whose credentials were used to bind to the Reports container.
Details
GetAllowedReportIDs()
Returns an array of unique identifiers of reports allowed to be generated by the user whose credentials were used to bind to the Reports container.
string[] GetAllowedReportIDs()
GetAllowedOverviewIDs()
Returns unique identifiers of the overviews allowed to be generated by the user whose credentials were used to bind to the Reports container.
string[] GetAllowedOverviewIDs()
Requirements
Minimum required version: 2018.1