Search found 17 matches

by morteza
Sat Aug 22, 2020 1:01 pm
Forum: Stimulsoft Reports.JS
Topic: reports freeze when changing toolbar viewMode
Replies: 1
Views: 927

reports freeze when changing toolbar viewMode

Hello
Tanks for your awesome job.
When the report is heavy and a user tries to change view mode the report freezes for a very long time.


Image


I'll appreciate any suggestion.
Best regards.
by morteza
Tue Jul 21, 2020 12:16 pm
Forum: Stimulsoft Reports.JS
Topic: Is there any way to get the current page ?
Replies: 3
Views: 1182

Re: Is there any way to get the current page ?

I need the current page whene ever user changed the report page.
by morteza
Sun Jul 19, 2020 1:46 pm
Forum: Stimulsoft Reports.JS
Topic: Is there any way to get the current page ?
Replies: 3
Views: 1182

Is there any way to get the current page ?

Hello Good Day Is there any way to get the current page in a report? I have logged the current page by accessing the dictionary object : console.log((report.dictionary.report.currentPage )); but I don't know how to get updated value. As I see in the doc there wasn't any event for that. even I have t...
by morteza
Mon Jul 13, 2020 8:59 am
Forum: Stimulsoft Reports.JS
Topic: What is the best practice to render heavy data
Replies: 5
Views: 2970

Re: What is the best practice to render heavy data

Thanks Andrew We have changed our procedure to render a report. Now we have separates template and origin data. As I read the document I come up with this way : reading data (an object) dataSet.readJson(data); and loading template by this approach: our template is a json report.load(template); and r...
by morteza
Wed Jul 01, 2020 4:15 am
Forum: Stimulsoft Reports.JS
Topic: What is the best practice to render heavy data
Replies: 5
Views: 2970

Re: What is the best practice to render heavy data

thanks for your response
could you please give me some hints about splitting report into parts.
Is there any document or sample that help me to implement splitting.
by morteza
Tue Jun 30, 2020 3:17 am
Forum: Stimulsoft Reports.JS
Topic: What is the best practice to render heavy data
Replies: 5
Views: 2970

What is the best practice to render heavy data

Hello In our Project, we are dealing with heavy data recorders, As we see, rendering heavy data toke a very long time. This the way we load data in client-side: var report = new window.Stimulsoft.Report.StiReport(); report.loadDocument(data); my questions are : 1-Is it the best way to load data? 2-I...
by morteza
Thu May 14, 2020 5:52 am
Forum: Stimulsoft Reports.JS
Topic: focus the match case in find
Replies: 7
Views: 2122

Re: focus the match case in find

Hello,

Thanks for your help it solved my problem.
by morteza
Sat May 09, 2020 12:21 pm
Forum: Stimulsoft Reports.JS
Topic: focus the match case in find
Replies: 7
Views: 2122

Re: focus the match case in find

Hello thanks for your help. I have changed as you suggested : options.height = "100%"; but the problem remained. when there is no limitation in the parent height it works without any problem, but when we limit the viewer parent height like max-height:100vh the viewer neither scrolled nor f...
by morteza
Wed May 06, 2020 10:27 am
Forum: Stimulsoft Reports.JS
Topic: How to show EditorButton
Replies: 1
Views: 919

How to show EditorButton

Hello
I'm trying to show the toolbar.showEditorButton on toolbar.
although I have set the option true :

Code: Select all

options.toolbar.showEditorButton = true;
but still, the button did not show on toolbar!

Best regard
Morteza
by morteza
Wed May 06, 2020 4:22 am
Forum: Stimulsoft Reports.JS
Topic: focus the match case in find
Replies: 7
Views: 2122

Re: focus the match case in find

we are using report in react.
"Are you sure that the whole Viewer is shown in the browser window without the scrolling."
no there is not enough room to show the whole viewr.