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