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..
Connecting to Simulsoft inside PHP
-
- Posts: 1
- Joined: Wed Jul 11, 2012 11:57 pm
Re: Connecting to Simulsoft inside PHP
Hello,
You can use the following way:
In this case the 'param1' value will be passed to the report.
Thank you.
You can use the following way:
Code: Select all
http://localhost/stimulsoft/index.php?stimulsoft_client_key=ViewerFx&stimulsoft_report_key=Report.mrt¶m1=10
Thank you.