TCustomdxComponentPrinter.OnBeforeDesignReport Event
Occurs before the report designer window is activated.
Declaration
property OnBeforeDesignReport: TdxBeforeDesignReportEvent read; write;
Remarks
Handle this event to perform specific actions before displaying the designer window for the report contained in the link specified by the AReportLink parameter.
See Also