TCustomdxComponentPrinter.DeleteLink(Integer) Method
In This Article
Deletes a specific report link.
#Declaration
Delphi
procedure DeleteLink(AIndex: Integer);
#Parameters
Name | Type |
---|---|
AIndex | Integer |
#Remarks
Call the DeleteLink method to remove the report link specified via the AIndex parameter from the list of available report links.
See Also