ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangeType Enumeration

In This Topic
    LayoutChangeType Enumeration
    In This Topic
    Enumeration of change settings for the report layout.
    Syntax
    'Declaration
     
    Public Enum LayoutChangeType 
       Inherits System.Enum
    public enum LayoutChangeType : System.Enum 
    Members
    MemberDescription
    ControlAddA control has been added.
    ControlDeleteA control has been deleted.
    ControlMoveA control has been moved.
    ControlSizeThe size of a control has changed.
    ControlZOrderA control's ZOrder has been changed.
    ReportClearThe report has been cleared.
    ReportLoadA report has been loaded.
    ReportSizeA report's size has changed.
    SectionAddA section has been added.
    SectionDeleteA section has been deleted.
    SectionMoveA section has been moved.
    SectionSizeThe size of a section has changed.
    Inheritance Hierarchy

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

    See Also