AutoComplete for ASP.NET Web Forms
DataSource クラス メンバ
フィールド  プロパティ  メソッド 

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : DataSource クラス

DataSourceデータ型で公開されるメンバを以下の表に示します。

パブリック フィールド
 名前解説
Public フィールドDefines default IsolationLevel for transaction used to get report data.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets 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 プロパティGets or sets the string used to open a database.  
Public プロパティGets 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 プロパティGets or sets the expression used to filter which data rows are included in the report.  
Public プロパティGets or sets the isolation level for OleDBTransaction used to retrieve the report data.

The default is IsolationLevel.ReadCommitted.

 
Public プロパティGets or sets the maximum number of data rows to be included in the report (set to zero to include all rows).  
Public プロパティGets the report that contains this DataSource.  
Public プロパティSets or gets the data source object that provides data to the report.  
Public プロパティGets or sets a string that specifies which table, stored procedure, or Sql command to use for retrieving the report data.  
トップ
パブリック メソッド
 名前解説
Public メソッドReturns true if the cursor is pointing at the first record in the data source.  
Public メソッドReturns true if the cursor is pointing at the last record in the data source.  
Public メソッドReturns the current cursor position.  
Public メソッドGets the value of the given field, at the cursor position.  
Public メソッドProcesses the PARAMETERS clause in the RecordSource string and returns the result.  
Public メソッドMoves the cursor to the first record in the data source.  
Public メソッドMoves the cursor to the last record in the data source.  
Public メソッドMoves the cursor to the next record in the data source.  
Public メソッドMoves the cursor to the previous record in the data source.  
Public メソッドSets the current cursor position to supplied value.  
Public メソッドReturns a string representation of DataSource object.  
トップ
参照

DataSource クラス
C1.C1Report 名前空間