ParameterValueToString Method (ReportSession)
In This Topic
Converts value to the string which can be used as parameter value in the
RefreshParameters etc.
Syntax
'Declaration
Public Function ParameterValueToString( _
ByVal As Object _
) As String
public string ParameterValueToString(
object
)
Parameters
- value
See Also