Hi, is it possible to get the status of a report when executing it from a report viewer component? I’d like to get the status in order to add that condition in my script and to prevent the user to perform new executions of the report while querying data from the database. Thanks!
There is a reportLoading property you can bind on {Root Container.Report Viewer.reportLoading}. Disable the components that provide the report params for the report while reportLoading is true?
Sorry my solution is vision. Didn’t see perspective tag. Don’t know that this exists there.
However a good general rule is to do things on a button press anyways. Have them set the report parameters, then click a button to generate a report, and then within there you can do whatever you need. Disable components/show a loading text, query for the report, set it to your component, then undo the above.
1 Like