Get current report parameters
Hello, I am trying to create an HTML button that refreshes a report page. My code has been: this.onclick = function(event) { var viewer = this.getViewer(); viewer.submit(); } However, that seems to revert the report to its default parameters, and not the report parameters chosen by the user. I see that the viewer has a…