Page 1 of 1

The designer changes page title

Posted: Mon Oct 05, 2020 1:09 pm
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.

Re: The designer changes page title

Posted: Mon Oct 05, 2020 1:33 pm
by Lech Kulikowski
Hello,

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

Thank you.

Re: The designer changes page title

Posted: Mon Oct 05, 2020 3:25 pm
by hugo

Re: The designer changes page title

Posted: Tue Oct 06, 2020 2:37 pm
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)

Re: The designer changes page title

Posted: Tue Oct 06, 2020 9:39 pm
by hugo
Solved.
Thank you.

Re: The designer changes page title

Posted: Wed Oct 07, 2020 6:55 am
by Lech Kulikowski
Hello,

Okay, great!