ActiveReports Developer 7
LayoutChangingArgs Class Members
See Also  Properties 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : LayoutChangingArgs Class

Glossary Item Box

The following tables list the members exposed by LayoutChangingArgs.

Public Constructors

 NameDescription
Public ConstructorLayoutChangingArgs Constructor  
Top

Public Properties

 NameDescription
Public PropertyAllowChangeSets or returns a value indicating whether to allow the change.  
Public PropertyNameThe array of names of the controls or sections to be updated or changed.  
Public PropertyNewSectionNameGets the name of the new section.  
Public PropertyNewValueThe array of controls or sections to be added.  
Public PropertyOldSectionNameGets the name of the old section.  
Public PropertyOldValueThe array of controls or sections to be deleted.  
Public PropertyTypeReturns the type of layout change that is to occur.  
Top

See Also