Share via


Table Members

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.

The following tables list the members exposed by the Table type.

Public Properties

Property Description
Public property Fields  Gets the DatabaseFieldDefinitions collection.
Public property Location  Gets or sets the location of the database table.
Public property LogOnInfo  Gets the TableLogOnInfo object.
Public property Name  Gets the alias name for the database table used in the report.

Top

Public Methods

Method Description
Public method ApplyLogOnInfo  Updates changes to the TableLogOnInfo object returned through the Table.LogOnInfo property.
Public method SetDataSource  Overloaded. Passes a Recordset or Dataset to the report engine.
Public method TestConnectivity  Tests to see if a connection to the database can be established with the current information, and if the report can access the database table.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace