[]
        
(Showing Draft Content)

C1.WPF.Report.FlexReport.InternalValidateParameters

InternalValidateParameters Method

InternalValidateParameters(List<ParameterValidationError>, IExecutionContext)

Should be overriden. Validates values of parameters and refreshes their state.

Declaration
protected override void InternalValidateParameters(List<ParameterValidationError> errors, IExecutionContext context)
Parameters
Type Name Description
List<ParameterValidationError> errors

A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.

IExecutionContext context

A IExecutionContext object defining the context to set.

Overrides