Hello,
I have a requirement to display a disclaimer message before going to the content of a particular report.
The workflow would be:
- go to report folder e.g. Reports/Pages/Folder.aspx?ItemPath=%2fMyFolder%2fReports&ViewMode=List
- Click on Report x
- Display Disclaimer
- Press 'ok' on disclaimer
- Continue to report
This is SSRS 2012 native.
I had contemplated injecting JavaScript into the report, but this appears virtually impossible to do i a simple manner.
I am stumped as best to how to proceed.
Regards,
MrHH