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
Viewer : initialize page view mode
Hello.
Thank you.
Please, try to use next code: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).
Code: Select all
stiViewerControl1.PageViewMode = StiPageViewMode.Continuous;
stiViewerControl1.SetZoomPageWidth();
Viewer : initialize page view mode
Thank you.
Viewer : initialize page view mode
Hello.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.JeffB wrote:Thank you.
Let us know if you need any additional help.
Thank you.