FlexReport for WinForms
ValidateParametersAsync メソッド (C1DocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : ValidateParametersAsync メソッド
Non-blocking (asynchronous) version of the C1DocumentSource.ValidateParameters method.
シンタックス
'宣言
 
Public Function ValidateParametersAsync() As System.Threading.Tasks.Task(Of List(Of ParameterValidationError))
'使用法
 
Dim instance As C1DocumentSource
Dim value As System.Threading.Tasks.Task(Of List(Of ParameterValidationError))
 
value = instance.ValidateParametersAsync()
public System.Threading.Tasks.Task<List<ParameterValidationError>> ValidateParametersAsync()

戻り値の型

The asynchronous list of ParameterValidationError objects identifying any errors (may be empty).
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ