ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ViewType Enumeration

In This Topic
    ViewType Enumeration
    In This Topic
    Defines the view modes available in the viewer control.
    Syntax
    'Declaration
     
    Public Enum ViewType 
       Inherits System.Enum
    public enum ViewType : System.Enum 
    Members
    MemberDescription
    ContinuousDisplays 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.
    MultiPageDisplays multiple pages of the report simultaneously. This mode provides an overview of several pages at once, facilitating quick navigation.
    SinglePageDisplays only a single page of the report at a time. This mode is suitable for detailed review of individual pages.
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.ViewType

    See Also