FlexReport for WinForms
ParameterValueToString(DataLinkParams,ReportParameter) メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > DataLinkBase クラス > ParameterValueToString メソッド : ParameterValueToString(DataLinkParams,ReportParameter) メソッド
The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
The ReportParameter to be converted to string.
Converts value of parameter to the string.
シンタックス
'宣言
 
Protected Overloads Overridable Function ParameterValueToString( _
   ByVal dlp As DataLinkParams, _
   ByVal p As ReportParameter _
) As System.String
'使用法
 
Dim instance As DataLinkBase
Dim dlp As DataLinkParams
Dim p As ReportParameter
Dim value As System.String
 
value = instance.ParameterValueToString(dlp, p)
protected virtual System.string ParameterValueToString( 
   DataLinkParams dlp,
   ReportParameter p
)

パラメータ

dlp
The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
p
The ReportParameter to be converted to string.
参照

参照

DataLinkBase クラス
DataLinkBase メンバ
オーバーロード一覧