C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class

DataSource Class Properties

For a list of all members of this type, see DataSource members.

Public Properties
 NameDescription
Public PropertyGets or sets the number of seconds to wait before the data connection times out (set to -1 to use the default value, usually 30s).  
Public PropertyGets or sets the string used to open a database.  
Public PropertyGets or sets the type of the data source. The data source type determines the syntaxes of connection string and query (record source). The default is Auto but it is recommended that you change that value to one of specific data source types, as automatic determination of the data source type may be very time consuming.  
Public PropertyGets or sets the expression used to filter which data rows are included in the report.  
Public PropertyGets or sets the isolation level for OleDBTransaction used to retrieve the report data.

The default is IsolationLevel.ReadCommitted.

 
Public PropertyGets or sets the maximum number of data rows to be included in the report (set to zero to include all rows).  
Public PropertyGets the report that contains this DataSource.  
Public PropertySets or gets the data source object that provides data to the report.  
Public PropertyGets or sets a string that specifies which table, stored procedure, or Sql command to use for retrieving the report data.  
Top
See Also