FlexReport for WinForms
ParseParameters メソッド (DataSource)


C1.Report アセンブリ > C1.Report 名前空間 > DataSource クラス : ParseParameters メソッド
The original query string which contains PARAMETERS clause.
The parameters collection to hold the paramters.
For internal used. Parse the PARAMETERS clause from the query string intot the parameters collection.
シンタックス
'宣言
 
Public Function ParseParameters( _
   ByVal fullString As System.String, _
   ByVal parameters As ReportParameterCollection _
) As System.String
'使用法
 
Dim instance As DataSource
Dim fullString As System.String
Dim parameters As ReportParameterCollection
Dim value As System.String
 
value = instance.ParseParameters(fullString, parameters)
public System.string ParseParameters( 
   System.string fullString,
   ReportParameterCollection parameters
)

パラメータ

fullString
The original query string which contains PARAMETERS clause.
parameters
The parameters collection to hold the paramters.

戻り値の型

The new query string which delete the PARAMETERS clause.
参照

参照

DataSource クラス
DataSource メンバ