TCustomdxComponentPrinter.OnBeforeDesignReport Event
In This Article
Occurs before the report designer window is activated.
#Declaration
Delphi
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