AutoComplete for ASP.NET Web Forms
GetRecordSource メソッド

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > DataSource クラス : GetRecordSource メソッド
If set to true, user will be prompted for the parameters before the method returns. If set to false, the default values will be used.
Processes the PARAMETERS clause in the RecordSource string and returns the result.
シンタックス
'宣言
 
Public Function GetRecordSource( _
   ByVal prompt As System.Boolean _
) As System.String
public System.string GetRecordSource( 
   System.bool prompt
)

パラメータ

prompt
If set to true, user will be prompted for the parameters before the method returns. If set to false, the default values will be used.

戻り値の型

The string (SQL statement or table name) that can be used to open a recordset.
解説

This property is related to the RecordSource property. The RecordSource property sets or returns a string that specifies the source dataset for the report, and it may contain a PARAMETERS clause that causes C1Report to prompt the user for information.

If you wanted to use the value of the RecordSource property to open a dataset directly from your program, you would have to parse the PARAMETERS clause yourself.

参照

DataSource クラス
DataSource メンバ