Back to Devexpress

TCustomdxComponentPrinter.DoAfterPreview(TBasedxReportLink) Method

vcl-dxpscore-dot-tcustomdxcomponentprinter-dot-doafterpreview-x28-dxpscore-dot-tbasedxreportlink-x29.md

latest903 B
Original Source

TCustomdxComponentPrinter.DoAfterPreview(TBasedxReportLink) Method

Generates the OnAfterPreview event.

Declaration

delphi
procedure DoAfterPreview(AReportLink: TBasedxReportLink); dynamic;

Parameters

NameType
AReportLinkTBasedxReportLink

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

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit