Page 1 of 1

Connecting to Simulsoft inside PHP

Posted: Thu Jul 12, 2012 12:03 am
by chemikawale
I have successfully design the report using the designer with one parameter.. but i need to access it inside my
php code to generate the report when i need it (by sending the required parameter). i mean by clicking a link i want to display the report and may be make it a printable one..dont mind my question.am a beginner.. Thanks..

Re: Connecting to Simulsoft inside PHP

Posted: Fri Jul 13, 2012 6:36 am
by Vladimir
Hello,

You can use the following way:

Code: Select all

http://localhost/stimulsoft/index.php?stimulsoft_client_key=ViewerFx&stimulsoft_report_key=Report.mrt&param1=10 
In this case the 'param1' value will be passed to the report.

Thank you.