Page 1 of 1

Viewer : initialize page view mode

Posted: Fri Feb 03, 2012 11:01 am
by JeffB
Hi,

Is there a mean to initialize the page view mode by code ?

I'd like the report be in continuous mode and in full width size by default since the single page doesn't show all the page (when the scrollbar is at the bottom I can see only the first half of the page).

Thanks.

Viewer : initialize page view mode

Posted: Mon Feb 06, 2012 2:47 am
by HighAley
Hello.
JeffB wrote:Is there a mean to initialize the page view mode by code ?

I'd like the report be in continuous mode and in full width size by default since the single page doesn't show all the page (when the scrollbar is at the bottom I can see only the first half of the page).
Please, try to use next code:

Code: Select all

stiViewerControl1.PageViewMode = StiPageViewMode.Continuous;
stiViewerControl1.SetZoomPageWidth();
Thank you.

Viewer : initialize page view mode

Posted: Mon Feb 06, 2012 4:25 am
by JeffB
Thank you.

Viewer : initialize page view mode

Posted: Mon Feb 06, 2012 9:08 am
by HighAley
Hello.
JeffB wrote:Thank you.
We are always glad to help you.
Let us know if you need any additional help.

Thank you.