Hi
I am working with jasperserver 3.5. I am trying to invoke jasperreport from URL by passing user credentials. I dont want the default header of jasper server (jasper logo and welcome menu etc) to appear. I used the option decorate=no in the URL.
http://robot:8080/jasperserver-pro/flow.html?_flowId=viewReportFlow&Pare...
The report has a input control. it must prompt for the input. i have set the property Controls layout as 'separate page' and checked always prompt for input controls. As i call the report its prompting for the input and when i type in input and click on run then nothing is showing up. whereas the report is running fine when i run it from repository.
Please provide any suggestion
Thanks
when i use decorate=yes then the report is getting generated. but it also should generate using decorate=no