Hi,
Is there a way to suppress a new window popup in webclient to display the jasper report. I just want to return the byte array from the plugin to attach on a email.
Below always opens a new window
var byteArr = plugins.jasperPluginRMI.jasperReport("server", rptName, null, "pdf", $parameters);