Stimulsoft Designer.Fx for PHP



Open the Report Designer.Fx

To load the designer it is necessary to call the index.php file with the following parameters

http://localhost/stimulsoft/index.php?stimulsoft_client_key=DesignerFx


Design the SimpleList.mrt report

To load the designer it is necessary to call the index.php file with the following parameters:

http://localhost/stimulsoft/index.php?stimulsoft_client_key=DesignerFx&stimulsoft_report_key=SimpleList.mrt

stimulsoft_report_key: parameter, that determines which report will be loaded

You can manage reports loading in the sti_get_report function, which is located in the index.php file.


Back