FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / ValidateParametersAsyncEx Method

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

    Return Value

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