'宣言 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.