TCustomdxComponentPrinter.DoAfterPreview(TBasedxReportLink) Method
Generates the OnAfterPreview event.
Declaration
procedure DoAfterPreview(AReportLink: TBasedxReportLink); dynamic;
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
Remarks
This method is called when closing the preview window of the link specified by the AReportLink parameter. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnAfterPreview event handler.
See Also