I have enabled the "RTF" option present in the attributes section of the "Interactive Report" in APEX. Now, I am able to download the content of the interactive report into a RTF document, but I have to allow only certain type of users to access this download functionality.
I thought of making use of CSS to set the property of the RTF tag to "Hidden" based on the user accessing the page, I was wondering if there is a better approach to fulfill this requirement. I had a look at the authorization settings but it was not applicable for the Download option.
Lastly, I tried using the API "APEX_UTIL.DOWNLOAD_PRINT_DOCUMENT", but this approach requires the creation of Word template using BI publisher and uploading it to "Reports Layout" in the shared components, but this looks like an overkill.
Please advise, Thanks.