ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.ViewModel Namespace / ViewTypeViewModel Class / ViewType Property

In This Topic
    ViewType Property (ViewTypeViewModel)
    In This Topic
    Gets viewer's view mode. In case if ViewType equal to SinglePage, view should switch from multipage mode
    Syntax
    'Declaration
     
    Public Property ViewType As ViewType
    public ViewType ViewType {get; set;}
    See Also