FlexReport for WinForms
DefaultReplaceParameters メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > DataLinkBase クラス : DefaultReplaceParameters メソッド
The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
A string with the names of the parameters.
Default method which can be used to replace names of parameters in the string with their values.
シンタックス
'宣言
 
Protected Function DefaultReplaceParameters( _
   ByVal dlp As DataLinkParams, _
   ByVal s As System.String _
) As System.String
'使用法
 
Dim instance As DataLinkBase
Dim dlp As DataLinkParams
Dim s As System.String
Dim value As System.String
 
value = instance.DefaultReplaceParameters(dlp, s)
protected System.string DefaultReplaceParameters( 
   DataLinkParams dlp,
   System.string s
)

パラメータ

dlp
The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
s
A string with the names of the parameters.

戻り値の型

A string where parameter names are replaced with their values.
参照

参照

DataLinkBase クラス
DataLinkBase メンバ