FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / ValidateParameters Method

In This Topic
    ValidateParameters Method (C1DocumentSource)
    In This Topic
    Validates the current parameter values, refreshes their valid values' lists if the values are valid.
    Syntax
    'Declaration
     
    Public Function ValidateParameters() As List(Of ParameterValidationError)
    public List<ParameterValidationError> ValidateParameters()

    Return Value

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