Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewActionEnum Enumeration

In This Topic
    C1PreviewActionEnum Enumeration
    In This Topic
    Defines the supported preview tool items.
    Syntax
    'Declaration
     
    Public Enum C1PreviewActionEnum 
       Inherits System.Enum
    public enum C1PreviewActionEnum : System.Enum 
    Members
    MemberDescription
    CloseSearchHide search toolbar.
    FileOpenFile open button.
    FileSaveFile save button.
    FindFind text button.
    GoFirstGo to the first page button.
    GoLastGo to the last page button.
    GoNextGo to the next page button.
    GoPageCountTotal page count label ("of {0}").
    GoPageLabelPage label ("Page").
    GoPageNumberPage number text box.
    GoPrevGo to the previous page button.
    HandToolHand tool.
    HistoryNextHistory forward button.
    HistoryPrevHistory backward button.
    MatchCaseMatch case.
    MatchWholeWordMatch whole word.
    NavigationPaneShow Navigation pane.
    NoneNo tool.
    PageContinuousContinuous page view button.
    PageFacingFacing page view button.
    PageFacingContinuousFacing continuous page view button.
    PageSetupPage setup button.
    PageSingleSingle page view button.
    ParametersSSRS report parameters.
    PrintDocument print button.
    PrintLayoutSSRS print layout mode.
    ReflowDocument reflow button.
    SearchLabelFind label ("Find:").
    SearchNextFind the next occurrence.
    SearchPreviousFind the previous occurrence.
    SearchTextText to be searched.
    SelectTextToolText select tool.
    StopStop long operation.
    ZoomFactorZoom factor text box.
    ZoomInZoom in button.
    ZoomInToolZoom in tool.
    ZoomOutZoom out button.
    ZoomOutToolZoom out tool.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Preview.C1PreviewActionEnum

    See Also