Converts value of parameter to the string.
シンタックス
'宣言
Protected Overloads Overridable Function ParameterValueToString( _
ByVal As DataLinkParams, _
ByVal 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 ,
ReportParameter
)
パラメータ
- dlp
- The DataLinkParams.EncloseParameterValues parameter specifies whether the string should be surrounded by delimiters.
- p
- The ReportParameter to be converted to string.
参照