TCustomdxComponentPrinter.CurrentLinkIndex Property
Specifies the index of a current report link.
Declaration
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