ActiveReports 12
ValidationResults Constructor(String,Span)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ValidationResults Class > ValidationResults Constructor : ValidationResults Constructor(String,Span)
The error message,
The location of the error.
Creates a new instance with a single error.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorMessage As String, _
   ByVal errorSpan As Span _
)
public ValidationResults( 
   string errorMessage,
   Span errorSpan
)

Parameters

errorMessage
The error message,
errorSpan
The location of the error.
See Also

Reference

ValidationResults Class
ValidationResults Members
Overload List