Can prompts in reports be conditionally rendered depending on whether we are running it on-demand or bursting it?
Basically we want to have certain additional prompts available to the end users when bursting the report but not when running it on-demand.
I tried using the ReportOption('burst') for the condition but that did not help. I think that the ReportOption('burst') only works when the report is actually run.