I'm using ActiveReports 10. If I programmatically set the view type of my GrapeCity.ActiveReports.Viewer.Win.Viewer
using Viewer.ViewType = ViewType.Continuous
, it resets the Zoom
property to the default value. Similarly, if I set the Viewer.Zoom = -1
, this resets the ViewType
.
The problem is not only programmatic. While viewing a report, I can click the "Fit Width" button while in continuous viewing, and it changes the view type to single-page viewing, and vice versa.
Is there a way to have fit-width AND continuous viewing?