Connecting to Simulsoft inside PHP

Stimulsoft Reports.PHP discussion
Post Reply
chemikawale
Posts: 1
Joined: Wed Jul 11, 2012 11:57 pm

Connecting to Simulsoft inside PHP

Post 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..
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Connecting to Simulsoft inside PHP

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