Designer event for template loading

Stimulsoft Reports.JS discussion
Post Reply
szalap
Posts: 16
Joined: Fri Oct 04, 2024 8:01 am

Designer event for template loading

Post by szalap »

Hi,

I've checked out this page about Engine Events: https://www.stimulsoft.com/en/documenta ... events.htm, but I cannot find any event that would tell me when a report starts and finishes loading in a designer (when template is finally displayed and designer can be interacted with).

Is there something I could use to indicate to an user that Designer is still loading a template?
Last edited by szalap on Sun Oct 27, 2024 9:34 pm, edited 1 time in total.
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Designer event for template loading

Post by Lech Kulikowski »

Hello,

What product are you use? Your link by .NET engine but your question in the JS category:
https://www.stimulsoft.com/en/documenta ... events.htm

Thank you.
szalap
Posts: 16
Joined: Fri Oct 04, 2024 8:01 am

Re: Designer event for template loading

Post by szalap »

The problem was that your Programming Manual does not change URL routes when navigating to a different platform and section. I have to manually right click on a breadcrumb or menu item to get an actual URL.
I have fixed the URL right now and it is this one: https://www.stimulsoft.com/en/documenta ... events.htm

To answer the initial question: we are using Stimulsoft.JS and loading it in React.
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: Designer event for template loading

Post by Lech Kulikowski »

Hello,

Please check the designer events, for example - onOpenedReport
https://www.stimulsoft.com/en/documenta ... events.htm

Thank you.
Post Reply