ComponentOne FlexReport for WinForms
ValidateParameters Method (C1SSRSDocumentSource)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1SSRSDocumentSource Class : ValidateParameters Method
Validates the current parameter values, refreshes their valid values' lists if the values are valid.
Syntax
'Declaration
 
Public Shadows Function ValidateParameters() As System.Collections.Generic.List(Of ParameterValidationError)
public new System.Collections.Generic.List<ParameterValidationError> ValidateParameters()

Return Value

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

Reference

C1SSRSDocumentSource Class
C1SSRSDocumentSource Members