ComponentOne FlexReport for WinForms
ValidateParametersAsync Method (C1SSRSDocumentSource)

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

Return Value

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

Reference

C1SSRSDocumentSource Class
C1SSRSDocumentSource Members