FlexReport for WinForms
ValidateParameters メソッド (C1DocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : ValidateParameters メソッド
Validates the current parameter values, refreshes their valid values' lists if the values are valid.
シンタックス
'宣言
 
Public Function ValidateParameters() As System.Collections.Generic.List(Of ParameterValidationError)
'使用法
 
Dim instance As C1DocumentSource
Dim value As System.Collections.Generic.List(Of ParameterValidationError)
 
value = instance.ValidateParameters()
public System.Collections.Generic.List<ParameterValidationError> ValidateParameters()

戻り値の型

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

参照

C1DocumentSource クラス
C1DocumentSource メンバ