Search found 31 matches

by gegar
Sat Jan 14, 2023 7:12 pm
Forum: Stimulsoft Reports.JS
Topic: Stimulsoft Performance Testing
Replies: 6
Views: 1652

Re: Stimulsoft Performance Testing

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.
by gegar
Thu Jan 12, 2023 11:34 pm
Forum: Stimulsoft Reports.JS
Topic: Imagen cache
Replies: 3
Views: 1009

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.
by gegar
Mon Jan 09, 2023 9:54 pm
Forum: Stimulsoft Reports.JS
Topic: Imagen cache
Replies: 3
Views: 1009

Imagen cache

Hello,

About the images and cache, in the examples 2019 the logo.jpg transferred with cache
sti4.png
sti4.png (180.6 KiB) Viewed 1009 times
In the version 2023 the same report the logo.jpg not is working with cache.
sti5.png
sti5.png (159.28 KiB) Viewed 1009 times
I insert the image for hyperlink

Why?
by gegar
Fri Jan 06, 2023 6:40 pm
Forum: Stimulsoft Reports.JS
Topic: Server side generating PDF
Replies: 3
Views: 1323

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
by gegar
Fri Jan 06, 2023 6:01 pm
Forum: Stimulsoft Reports.PHP
Topic: Setting Report Variables on the Server-Side
Replies: 4
Views: 10158

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...
by gegar
Thu Jan 05, 2023 10:27 pm
Forum: Stimulsoft Reports.JS
Topic: Variable categories from code
Replies: 11
Views: 4219

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...
by gegar
Thu Jan 05, 2023 9:23 pm
Forum: Stimulsoft Reports.JS
Topic: Variable categories from code
Replies: 11
Views: 4219

Re: Variable categories from code

Hello,

I update the new version 2023.

How can I do the same in JS and PHP?

Thanks
by gegar
Thu Jan 05, 2023 6:48 pm
Forum: Stimulsoft Reports.PHP
Topic: Setting Report Variables on the Server-Side
Replies: 4
Views: 10158

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...
by gegar
Wed Jan 04, 2023 4:51 pm
Forum: Stimulsoft Reports.PHP
Topic: Desing from Viewer
Replies: 10
Views: 12474

Re: Desing from Viewer

Hello,

Thank you, for your help.
by gegar
Tue Jan 03, 2023 4:21 pm
Forum: Stimulsoft Reports.PHP
Topic: Desing from Viewer
Replies: 10
Views: 12474

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();...