C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / C1FlexReport Class / ValidateParameters Method

In This Topic
ValidateParameters Method (C1FlexReport)
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)
 

Return Value

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