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

In This Topic
    DesignMode Enumeration
    In This Topic
    Represents the different design modes available in the Page Report Designer.
    Syntax
    'Declaration
     
    Public Enum DesignMode 
       Inherits System.Enum
    public enum DesignMode : System.Enum 
    Members
    MemberDescription
    DashboardRepresents the dashboard design mode.
    MultiSectionRepresents the multi-section design mode.
    StandardRepresents the standard design mode.
    Inheritance Hierarchy

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

    See Also