FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / RefreshParameters Method
Values of the parameters.
System.Threading.CancellationToken that can be used to cancel an action.

In This Topic
    RefreshParameters Method
    In This Topic
    Refreshes list of parameters.
    Syntax
    'Declaration
     
    Public Sub RefreshParameters( _
       ByVal values As IList(Of ParameterValue), _
       ByVal cancellationToken As CancellationToken _
    ) 
    public void RefreshParameters( 
       IList<ParameterValue> values,
       CancellationToken cancellationToken
    )

    Parameters

    values
    Values of the parameters.
    cancellationToken
    System.Threading.CancellationToken that can be used to cancel an action.
    See Also