Request parameters = true is not working for Java

Stimulsoft Reports.JAVA discussion
Post Reply
denis.awfm
Posts: 23
Joined: Wed Sep 25, 2019 7:19 pm

Request parameters = true is not working for Java

Post by denis.awfm »

Hi Support.

I have read that in order to prevent the report to access the database etc. on the time on its creation, the property "Request parameters" must be set to "true".
This works fine for Designer, when I try to preview report I see just a white rectangle, and the report is generated only after I set parameters and press "submit" button.
However, this is not working if report is published as Java application.
Even if I explicitly perform the following line of code
report1.setRequestParameters(true);
It still renders while the parameters window pops up.

Any solution for this?

Regards,
Denis.
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: Request parameters = true is not working for Java

Post by Vadim »

Hello.

"Request parameters" functional fixed in Java version & will available from next version.
Post Reply