In This Topic
Validates a length value to make sure it is valid and is within the specified min/max range limit.
Overload List
Overload | Description |
ValidateLength(Length,Length,Length,Length[]) | Validates a length value to make sure it is valid and is within the specified min/max range limit. |
ValidateLength(Length,Length[]) | Validates a length value against the RDL defined min/max length defaults ("0in","160in"). |
ValidateLength(Length,Boolean) | Validates a length value against the RDL defined min/max length defaults ("0in","160in"). |
ValidateLength(ExpressionInfo,Length,Length) | Validates an expression value to make sure it is valid length value and is within the specified min/max range limit. |
ValidateLength(ExpressionInfo) | Validates an expression value to make sure it is valid double value and against the RDL defined min/max length defaults ("0in","160in"). |
See Also