TCustomdxComponentPrinter.DeleteLink(Integer) Method
Deletes a specific report link.
Declaration
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