Page 1 of 1

How to set window title of report viewer?

Posted: Tue Sep 18, 2012 12:22 pm
by tpontow
Is it possible somehow to set the window title of the report preview window in code?

See red circle in attached image.

Re: How to set window title of report viewer?

Posted: Tue Sep 18, 2012 1:18 pm
by Alex K.
Hello,

You can use the following code:

Code: Select all

StiOptions.Viewer.ViewerTitleText = "YourTitle";
Thank you.

Re: How to set window title of report viewer?

Posted: Fri Sep 28, 2012 9:07 am
by tpontow
Thanks, works for Forms- and Wpf-Viewer!

Unfortunately it does not work in Silverlight :-) Any suggestions?

Re: How to set window title of report viewer?

Posted: Fri Sep 28, 2012 12:29 pm
by Alex K.
Hello,

We made some improvements in that direction.
Please check the last prerelease build when it will be available on next week.

Thank you.

Re: How to set window title of report viewer?

Posted: Thu Oct 11, 2012 11:44 am
by tpontow
Thanks,

it now works in Silverlight too!

Re: How to set window title of report viewer?

Posted: Fri Oct 12, 2012 4:35 am
by Andrew
Hello,

Thank you for letting us know about this.