ActiveReports 12
ValidationResults Constructor(ValidationResults,ValidationResults)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ValidationResults Class > ValidationResults Constructor : ValidationResults Constructor(ValidationResults,ValidationResults)
The first validation results to be combined.
The second validation results to be combined.
Creates a new instance by combining the results of 2 instances.
Syntax
'Declaration
 
Public Function New( _
   ByVal resultsLeft As ValidationResults, _
   ByVal resultsRight As ValidationResults _
)
public ValidationResults( 
   ValidationResults resultsLeft,
   ValidationResults resultsRight
)

Parameters

resultsLeft
The first validation results to be combined.
resultsRight
The second validation results to be combined.
See Also

Reference

ValidationResults Class
ValidationResults Members
Overload List