TCustomdxComponentPrinter.LinkCount Property
In This Article
Returns the number of report links that are created within the current component printer.
#Declaration
Delphi
property LinkCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the number of links accessible via the ReportLink property.
See Also