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

In This Topic
    TryParameterValueFromString Method (ReportSession)
    In This Topic
    Converts string representing parameter value to object, returns true if conversion successfull, false otherwise.
    Syntax
    'Declaration
     
    Public Function TryParameterValueFromString( _
       ByVal str As String, _
       ByVal parameterType As ParameterTypeEnum, _
       ByRef v As Object _
    ) As Boolean
    public bool TryParameterValueFromString( 
       string str,
       ParameterTypeEnum parameterType,
       out object v
    )

    Parameters

    str
    parameterType
    v
    See Also