Table Class

Represents a database table accessed by the report. This class provides properties and methods to get information about the table and set logon information for the table.

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

Syntax

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

Remarks

Retrieve the Table object by index or by name through the Item Property of the Tables collection.

Inheritance Hierarchy

Object
   EngineObjectBase
      Table

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

Table Members
CrystalDecisions.CrystalReports.Engine Namespace