Hello,
About the demo, the report -> Insure by Country report
.net takes around Finish - 2 seconds to view
Js takes around 6 seconds.
All other reports do the same.
Is stimulsoft faster in .net than in JS?
Thank you.
Search found 31 matches
- Sat Jan 14, 2023 7:12 pm
- Forum: Stimulsoft Reports.JS
- Topic: Stimulsoft Performance Testing
- Replies: 6
- Views: 750
- Thu Jan 12, 2023 11:34 pm
- Forum: Stimulsoft Reports.JS
- Topic: Imagen cache
- Replies: 3
- Views: 261
Re: Imagen cache
Hello,
It is very important because the 2023 viewer is slow 3 times because of the cache. I had detected it since version 2022.
It's the best tool for reports. Is very useful
Thank you.
It is very important because the 2023 viewer is slow 3 times because of the cache. I had detected it since version 2022.
It's the best tool for reports. Is very useful
Thank you.
- Mon Jan 09, 2023 9:54 pm
- Forum: Stimulsoft Reports.JS
- Topic: Imagen cache
- Replies: 3
- Views: 261
Imagen cache
Hello,
About the images and cache, in the examples 2019 the logo.jpg transferred with cache
In the version 2023 the same report the logo.jpg not is working with cache.
I insert the image for hyperlink
Why?
About the images and cache, in the examples 2019 the logo.jpg transferred with cache
In the version 2023 the same report the logo.jpg not is working with cache.
I insert the image for hyperlink
Why?
- Fri Jan 06, 2023 6:40 pm
- Forum: Stimulsoft Reports.JS
- Topic: Server side generating PDF
- Replies: 3
- Views: 778
Re: Server side generating PDF
Hello,
Export files to server-side or locally are easy for PHP
$viewer->onEndExportReport = false; false = local or true is serve-side
How do I do this same for JS?
Thank you
Export files to server-side or locally are easy for PHP
$viewer->onEndExportReport = false; false = local or true is serve-side
How do I do this same for JS?
Thank you
- Fri Jan 06, 2023 6:01 pm
- Forum: Stimulsoft Reports.PHP
- Topic: Setting Report Variables on the Server-Side
- Replies: 3
- Views: 419
Re: Setting Report Variables on the Server-Side
Hello, I use the Stimulsoft 2019 The example code is the follows: 09. Set variable value from code sti2.png In the viewer, the value is ok -> test In the designer, the value of Variable1 is -> default In the preview, it is the same value -> default I can update any value for Variable1 and the previe...
- Thu Jan 05, 2023 10:27 pm
- Forum: Stimulsoft Reports.JS
- Topic: Variable categories from code
- Replies: 11
- Views: 2769
Re: Variable categories from code
Hello, I have the variables in handler.php Example Name = 'Maria' Because in the handler.php $args->variables['Name']->value = 'Maria'; When I want to modify in design the same report Variables.mrt The initial value of the Name is ="" I want to see the current value that updates it in hand...
- Thu Jan 05, 2023 9:23 pm
- Forum: Stimulsoft Reports.JS
- Topic: Variable categories from code
- Replies: 11
- Views: 2769
Re: Variable categories from code
Hello,
I update the new version 2023.
How can I do the same in JS and PHP?
Thanks
I update the new version 2023.
How can I do the same in JS and PHP?
Thanks
- Thu Jan 05, 2023 6:48 pm
- Forum: Stimulsoft Reports.PHP
- Topic: Setting Report Variables on the Server-Side
- Replies: 3
- Views: 419
Setting Report Variables on the Server-Side
Hello, About the example Setting Report Variables on the Server-Side, the values for variables are ok. Example Name = 'Maria' Because in the handler.php $args->variables['Name']->value = 'Maria'; When I want to modify in design the same report Variables.mrt The initial value of the Name is ="&q...
- Wed Jan 04, 2023 4:51 pm
- Forum: Stimulsoft Reports.PHP
- Topic: Desing from Viewer
- Replies: 10
- Views: 369
Re: Desing from Viewer
Hello,
Thank you, for your help.
Thank you, for your help.
- Tue Jan 03, 2023 4:21 pm
- Forum: Stimulsoft Reports.PHP
- Topic: Desing from Viewer
- Replies: 10
- Views: 369
Re: Desing from Viewer
Hello, Right now it is working, but there is a bug in the back. Error Unknown event [DesignReport] stimulsoft.reports.js:28:15179 $handler = new \Stimulsoft\StiHandler(); //$handler->license->setKey('6vJhGtLLLz2GNviWmUTrhSqnO...'); //$handler->license->setFile('license.key'); $handler->renderHtml();...