Back to Devexpress

TCustomdxComponentPrinter.CurrentLinkIndex Property

vcl-dxpscore-dot-tcustomdxcomponentprinter-eca6fd97.md

latest933 B
Original Source

TCustomdxComponentPrinter.CurrentLinkIndex Property

Specifies the index of a current report link.

Declaration

delphi
property CurrentLinkIndex: Integer read; write;

Property Value

Type
Integer

Remarks

You can use this property to specify the component printer’s active report link by its zero-based index. To identify the report link count within the component printer, use the LinkCount property.

In order to access the current report link, use the CurrentLink property.

See Also

TCustomdxComponentPrinter Class

TCustomdxComponentPrinter Members

dxPSCore Unit