Page 1 of 1

Scripting report parameters

Posted: Tue Feb 24, 2015 7:52 pm
by jbhibben
Is it possible to script report parameters from a command line or batch file?
I am looking to pass a customer number to a report that has the customer number as a run-time variable.
I would also like to produce a PDF on the server.

Is any of this possible?

Re: Scripting report parameters

Posted: Wed Feb 25, 2015 10:42 am
by HighAley
Hello.

You could use ExsportsFx utility and pass a variable value as parameter.

Code: Select all

ExportsFx.exe report_file="d:\MyReport.mrt" export_format="pdf" export_file="d:\MyReport.pdf" variable1="value"
You could read more at the Stimulsoft Knowledge Base.

Thank you.

Re: Scripting report parameters

Posted: Wed Mar 04, 2015 5:43 pm
by jbhibben
Aleksey, is there an additional cost for this utility? If so can you direct me to the pricing. We are currently using Stimulsoft FX for Flex

Re: Scripting report parameters

Posted: Thu Mar 05, 2015 5:45 am
by Andrew
Hello,

Thank you for the question.
This utility is absolutely free. You do not need to pay for this.

We are considering an option to include it into the regular builds.

Thank you.

Re: Scripting report parameters

Posted: Thu Mar 05, 2015 5:59 am
by Andrew
You can get this non-trial archive if you are a licensed user. In order to get this file please send a request to support@stimulsoft.com .

Thank you.