A newer version of this page is available.
Switch to the current version.
IBasePrintable.Finalize(IPrintingSystem, ILink) Method
If implemented by a class, finalizes the printing of the report.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v18.2.dll
Declaration
void Finalize(
IPrintingSystem ps,
ILink link
)
Sub Finalize(
ps As IPrintingSystem,
link As ILink
)
Parameters
Name | Type | Description |
---|---|---|
ps | IPrintingSystem | An object implementing the IPrintingSystem interface used to print a control. |
link | ILink | An object implementing the ILink interface, which refers to a control. |
Remarks
Use the Finalize method to perform all the required actions when the printing of a control is finished (for instance, it may be necessary to release a printer object, or set the temporarily used printing objects to null.)
The Finalize method is used to dispose all intermediate resources that are engaged in the process of a document's creation.
See Also
Feedback