Tables Class
Contains the Table objects for every table in the report.
Namespace CrystalDecisions.CrystalReports.Engine Assembly CrystalDecisions.CrystalReports.Engine (CrystalDecisions.CrystalReports.Engine.dll)
Syntax
'Declaration
Public Class Tables
Inherits SCRCollection
Implements IDisposable, ICollection, IEnumerable, IEnumerator
public class Tables : SCRCollection, IDisposable, ICollection, IEnumerable, IEnumerator
Remarks
Retrieve the Tables collection through the Tables Property of the Database object.
Inheritance Hierarchy
Object
EngineObjectBase
SCRCollection
Tables
Version Information
Crystal Reports Basic for Visual Studio 2008
Supported since: Crystal Reports for Visual Studio .NET 2002
See Also
Reference
Tables Members
CrystalDecisions.CrystalReports.Engine Namespace