'Declaration Public Overloads Shared Sub ValidateLength( _ ByVal expression As ExpressionInfo, _ ByVal min As Length, _ ByVal max As Length _ )
public static void ValidateLength( ExpressionInfo expression, Length min, Length max )
Parameters
- expression
- An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value to validate.
- min
- A GrapeCity.ActiveReports.PageReportModel.Length value representing the minium size allowed.
- max
- A GrapeCity.ActiveReports.PageReportModel.Length value representing the maximum size allowed.