ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / ViewerCommand Enumeration

In This Topic
    ViewerCommand Enumeration
    In This Topic
    Represents viewer commands
    Syntax
    'Declaration
     
    Public Enum ViewerCommand 
       Inherits System.Enum
    public enum ViewerCommand : System.Enum 
    Members
    MemberDescription
    CopySelectionCopy selection command
    DisplayFindDialogDisplaying the search dialog command
    FocusOnPageNumberFocus on page number command
    GoFirstPageGo to first page command
    GoHistoryBackInteracting with the move history backward command
    GoHistoryNextInteracting with the move history forward command
    GoLastPageGo to last page command
    GoNextPageGo to next page command
    GoPreviousPageGo to previous page command
    OpenReportOpen report command
    PrintPrint command
    RefreshReportRefresh report command
    SetViewTypeContinuousSet the view type continuous command
    SetViewTypeMultiPageSet the view type multipage command
    SetViewTypeSinglePageSet the view type single page command
    ToggleTOCInteraction with the table of contents command
    ZoomInThe zoom in command
    ZoomOutThe zoom out command
    ZoomResetReset zoom command
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Viewer.Win.ViewerCommand

    See Also