TdxReport.OnLayoutChanged Event
Allows you to save report layout changes made in the Report Designer dialog.
Declaration
property OnLayoutChanged: TdxReportNotifyEvent read; write;
Remarks
Handle the OnLayoutChanged
event to execute custom code in response to report layout updates. For example, you can update the layout state in a custom storage every time the layout changes.
Event Occurrence
The OnLayoutChanged
event occurs in response to every Layout property value change.
Event Parameter
The ASender
parameter provides access to the TdxReport component that raised the OnLayoutChanged
event.
See Also