The designer changes page title

Stimulsoft Reports.JS discussion
Post Reply
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

The designer changes page title

Post by hugo »

The designer changes page title.
Also happens when I load a report file.
That shouldn't happen and it's the default behaviour of viewer.
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: The designer changes page title

Post by Lech Kulikowski »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more detail?

Thank you.
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: The designer changes page title

Post by hugo »

nickdavies07
Posts: 28
Joined: Fri Jul 17, 2020 2:19 pm

Re: The designer changes page title

Post by nickdavies07 »

Have you tried setting the viewer options directly?

Code: Select all

let options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.allowChangeWindowTitle = false;

return new Stimulsoft.Viewer.StiViewer(options, 'StiViewer', false)
hugo
Posts: 359
Joined: Fri Mar 08, 2013 10:46 am

Re: The designer changes page title

Post by hugo »

Solved.
Thank you.
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: The designer changes page title

Post by Lech Kulikowski »

Hello,

Okay, great!
Post Reply