Back to Devexpress

TCustomdxComponentPrinter.CurrentLink Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-7412b2c8.md

latest1.2 KB
Original Source

TCustomdxComponentPrinter.CurrentLink Property

Specifies the active report link.

Declaration

delphi
property CurrentLink: TBasedxReportLink read; write;

Property Value

Type
TBasedxReportLink

Remarks

You can use this property to access or change the currently active link in the component printer. All report preview building and printing methods (such as Print, PrintEx, Preview, etc.) of a particular report link within the component printer also set this report link as current.

Alternatively, you can use the CurrentLinkIndex property to change the active report link.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit