TCustomdxComponentPrinter.DoStartPrint(TBasedxReportLink,Integer) Method
In This Article
Generates the OnStartPrint event.
#Declaration
Delphi
procedure DoStartPrint(AReportLink: TBasedxReportLink; FullPageCount: Integer); dynamic;
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
Full |
Integer |
#Remarks
This method is called before printing a report contained in the link specified by the AReportLink parameter. TCustomdxComponentPrinter descendants can override it to perform specific actions before/after calling the OnStartPrint event handler.
See Also