ComponentOne FlexReport for WinForms
ValidateParametersAsync Method (C1DocumentSource)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1DocumentSource Class : ValidateParametersAsync Method
Non-blocking (asynchronous) version of the ValidateParameters method.
Syntax
'Declaration
 
Public Function ValidateParametersAsync() As System.Threading.Tasks.Task(Of List(Of ParameterValidationError))
public System.Threading.Tasks.Task<List<ParameterValidationError>> ValidateParametersAsync()

Return Value

The asynchronous list of ParameterValidationError objects identifying any errors (may be empty).
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members