ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DesignerTab Enumeration

In This Topic
    DesignerTab Enumeration
    In This Topic
    Lists the available designer tab options.
    Syntax
    'Declaration
     
    Public Enum DesignerTab 
       Inherits System.Enum
    public enum DesignerTab : System.Enum 
    Members
    MemberDescription
    DesignerDesigner tab.
    PreviewPreview tab.
    ScriptScript tab.
    Remarks
    This enumeration defines the different tabs that can be selected within the ActiveReports designer interface. Each member represents a specific view or functionality provided by the designer, allowing users to switch between designing, scripting, and previewing reports.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Design.DesignerTab

    See Also