TableLink Class

Allows you to retrieve information on the database table links.

Namespace CrystalDecisions.CrystalReports.Engine Assembly CrystalDecisions.CrystalReports.Engine (CrystalDecisions.CrystalReports.Engine.dll)

Syntax

'Declaration
Public Class TableLink
    Inherits EngineObjectBase
    Implements IDisposable
public class TableLink : EngineObjectBase, IDisposable

Remarks

Retrieve the TableLink object by index through the Item Property of the TableLinks collection.

Inheritance Hierarchy

Object
   EngineObjectBase
      TableLink

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

TableLink Members
CrystalDecisions.CrystalReports.Engine Namespace