FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / ParameterValueToString Method

In This Topic
    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 value As Object _
    ) As String
    public string ParameterValueToString( 
       object value
    )

    Parameters

    value
    See Also