FlexReport for WinForms
RefreshParameters メソッド (ReportSession)


C1.Document.4.6.2 アセンブリ > C1.Ssrs 名前空間 > ReportSession クラス : RefreshParameters メソッド
Values of the parameters.
System.Threading.CancellationToken that can be used to cancel an action.
Refreshes list of parameters.
シンタックス
'宣言
 
Public Sub RefreshParameters( _
   ByVal values As System.Collections.Generic.IList(Of ParameterValue), _
   ByVal cancellationToken As System.Threading.CancellationToken _
) 
'使用法
 
Dim instance As ReportSession
Dim values As System.Collections.Generic.IList(Of ParameterValue)
Dim cancellationToken As System.Threading.CancellationToken
 
instance.RefreshParameters(values, cancellationToken)
public void RefreshParameters( 
   System.Collections.Generic.IList<ParameterValue> values,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

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

参照

ReportSession クラス
ReportSession メンバ