TCustomdxComponentPrinter.DoAfterPreview(TBasedxReportLink) Method
In This Article
Generates the OnAfterPreview event.
#Declaration
Delphi
procedure DoAfterPreview(AReportLink: TBasedxReportLink); dynamic;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#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