Skip to main content

TCustomdxComponentPrinter.CurrentLink Property

Specifies the active report link.

Declaration

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