[]
Defines the view modes available in the viewer control.
public enum ViewType
This enumeration specifies the different ways in which report pages can be displayed within the viewer. The view mode affects how users interact with and navigate through the report.
Name | Description |
---|---|
Continuous | Displays the report pages in a continuous vertical layout, allowing users to scroll through the report without page breaks. This mode is useful for reading reports in a flowing manner. |
MultiPage | Displays multiple pages of the report simultaneously. This mode provides an overview of several pages at once, facilitating quick navigation. |
SinglePage | Displays only a single page of the report at a time. This mode is suitable for detailed review of individual pages. |