Scripting report parameters

Stimulsoft Reports.Flex discussion
Locked
jbhibben
Posts: 2
Joined: Tue Feb 24, 2015 7:44 pm

Scripting report parameters

Post 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?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Scripting report parameters

Post 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.
jbhibben
Posts: 2
Joined: Tue Feb 24, 2015 7:44 pm

Re: Scripting report parameters

Post 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
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Re: Scripting report parameters

Post 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.
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Re: Scripting report parameters

Post 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.
Locked