[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.ViewType

ViewType Enum

Defines the view modes available in the viewer control.

Namespace: GrapeCity.Viewer.Common.Model
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public enum ViewType
Remarks

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.

Fields

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.