TCustomdxComponentPrinter.CurrentLinkIndex Property
In This Article
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