ActiveReports Developer 7
LayoutChangeType Enumeration
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : LayoutChangeType Enumeration

Glossary Item Box

Enumeration of change settings for the report layout.

Syntax

Visual Basic (Declaration) 
Public Enum LayoutChangeType 
   Inherits System.Enum
C# 
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