FlexReport for WinForms
Open メソッド (DataSource)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > DataSource クラス : Open メソッド
Additioan filter expression in syntax of DataView.
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 Sub Open( _
   ByVal externalFilterExpression As System.String _
) 
'使用法
 
Dim instance As DataSource
Dim externalFilterExpression As System.String
 
instance.Open(externalFilterExpression)
public void Open( 
   System.string externalFilterExpression
)

パラメータ

externalFilterExpression
Additioan filter expression in syntax of DataView.
参照

参照

DataSource クラス
DataSource メンバ