[]
Represents types of layout changes that can occur within the designer environment.
public enum LayoutChangeType
This enumeration is used to categorize the various types of layout modifications that can be made to controls, sections, and the report itself within the designer. It is utilized by events and methods that deal with layout changes to provide detailed information about the nature of the change.
Name | Description |
---|---|
ControlAdd | Represents the addition of a report control within the designer. |
ControlDelete | Represents the command indicating that a control has been deleted from the layout. |
ControlMove | Represents the command indicating that a control has been moved within the layout. |
ControlSize | Represents the command indicating that the size of a control has been changed. |
ControlZOrder | Represents the command indicating that the Z-order of a control has been changed. |
ReportClear | Represents the command indicating that the report has been cleared of all elements. |
ReportLoad | Represents the command indicating that a report has been loaded into the designer. |
ReportSize | Represents the command indicating that the size of the report has been changed. |
SectionAdd | Represents the command indicating that a section has been added to the report. |
SectionDelete | Represents the command indicating that a section has been deleted from the report. |
SectionMove | Represents the command indicating that a section has been moved within the report. |
SectionSize | Represents the command indicating that the size of a section has been changed. |