Page 1 of 1

Page Size Button Not Showing

Posted: Thu Jul 02, 2015 2:47 pm
by spnvelvet
Page Size button is not showing in WinForms Viewer at run-time.

I am using Stimulsoft Reports.Ultimate 2014.3 From Dec 1, 2014.

Re: Page Size Button Not Showing

Posted: Fri Jul 03, 2015 12:40 pm
by Ivan
Hello,

Please try to set the following static option:

Code: Select all

StiOptions.Viewer.Windows.ShowPageSizeButton = true;
Thank you.

Page Size Button Not Showing

Posted: Fri Jul 03, 2015 1:31 pm
by spnvelvet
Thanks a lot Sir.

Its working.

I want to know what are these settings?
Do these properties overwrite the properties of ReportViewer control?

Re: Page Size Button Not Showing

Posted: Mon Jul 06, 2015 1:09 pm
by HighAley
Hello.

The static option enable the PageSize button in all cases.
Other way, the Viewer and the Report should have the Page Size enabled to make it visible.

Thank you.