Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / ValidateParameters Method

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

    Return Value

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