FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class / ValidateParametersAsyncEx Method

In This Topic
    ValidateParametersAsyncEx Method (C1SSRSDocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the ValidateParameters method.
    Syntax
    'Declaration
     
    Public Shadows Function ValidateParametersAsyncEx() As IAsyncOperationWithProgress(Of List(Of ParameterValidationError),Double)

    Return Value

    The IAsyncOperationWithProgress<TResult,TProgress> interface that can be used to manage asynchronous operation.
    See Also