Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class / ValidateParametersAsync Method

In This Topic
    ValidateParametersAsync Method (C1SSRSDocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the ValidateParameters method.
    Syntax
    'Declaration
     
    Public Shadows Function ValidateParametersAsync() As Task(Of List(Of ParameterValidationError))
    public new Task<List<ParameterValidationError>> ValidateParametersAsync()

    Return Value

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