ActiveReports 9
LayoutChangeType Enumeration

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.ActiveReports.Design Namespace
LayoutChangedArgs Class

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum