FlexReport for WinForms
InternalValidateParameters メソッド (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : InternalValidateParameters メソッド
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
A IExecutionContext object defining the context to set.
Should be overriden. Validates values of parameters and refreshes their state.
シンタックス
'宣言
 
Protected MustOverride Sub InternalValidateParameters( _
   ByVal errors As System.Collections.Generic.List(Of ParameterValidationError), _
   ByVal context As IExecutionContext _
) 
'使用法
 
Dim instance As C1DocumentSource
Dim errors As System.Collections.Generic.List(Of ParameterValidationError)
Dim context As IExecutionContext
 
instance.InternalValidateParameters(errors, context)
protected abstract void InternalValidateParameters( 
   System.Collections.Generic.List<ParameterValidationError> errors,
   IExecutionContext context
)

パラメータ

errors
A list of ParameterValidationError objects describing the errors which occur during checking of parameter values.
context
A IExecutionContext object defining the context to set.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ