FlexReport for WinForms
DataSource クラス メソッド


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

このクラスのメンバの一覧は、DataSourceメンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 Assigns (copies) properties from another DataSource to the current object. The name of source object is not copied.  
Public メソッドFor internal used. Disposes underlying DataHandler.  
Public メソッドFetches the data source info, and caches it in DataSourceInfo property. If the data source info has already been cached, does nothing unless force is true. Note that this method may take a long time to complete, as it accesses the data source. Use this instead of simply accessing the DataSourceInfo property if you want to make sure that getting that property would be fast.  
Public メソッドReturns true if this DataSource used specified ReportParameter, i.e. this parameter used in the sql query, expression of CalculatedField etc etc.  
Public メソッドMarks the owner report as dirty so it will clear the internal cache and render again. C1.Report.ReportObjectから継承されます。
Public メソッドFor internal used. Builds the DataHandler object used to access data defined by this DataSource object. Method can throw an exception if data source can not be opened: invalid connection string etc.  
Public メソッドFor internal used. Parse the PARAMETERS clause from the query string intot the parameters collection.  
Public メソッドResets DataSourceInfo property to null so it will be reinitializated on next call.  
Public メソッドFor internal use. Sets value of Recordset property without firing OnPropertyChanged() event.  
Public メソッドReturns the name of the current data source.  
トップ
プロテクト メソッド
 名前解説
Protected メソッドオーバーライドされます。   
トップ
参照

参照

DataSource クラス
C1.Report 名前空間