Page 1 of 1

How to hide the Forms window for unattended execution

Posted: Sun Jun 23, 2013 11:39 am
by fuhrj
I have a series of reports that I want to kick off via a script and save to PDF format.

The reports all have forms that ask the user for the date range of the report.

I have created an exe that loads the report and then modifies the date to the DataSources[0].Parameters collection like such:

...DataSources[0].Parameter["@startDate"].value = '5/1/2013'

The problem is that when I call report.Render(false), it still presents the Form window. Since this will be ran via Scheduled Task, I need to skip the presentation of the Form window as it hangs up the process.

Can this be done?

Re: How to hide the Forms window for unattended execution

Posted: Sun Jun 23, 2013 11:56 am
by fuhrj
Found this article which solved my issue

http://forum.stimulsoft.com/viewtopic.p ... orm#p23880

Re: How to hide the Forms window for unattended execution

Posted: Mon Jun 24, 2013 7:59 am
by HighAley
Hello.

Great!
Do not hesitate to contact us future if you have any questions else.

Thank you.