ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.Validation Namespace / ValidationUtils Class / ValidateInteger Method

In This Topic
    ValidateInteger Method
    In This Topic
    Validates an integer value to make sure it is valid and is within the specified min/max range limit.
    Overload List
    OverloadDescription
    Validates an integer value to make sure it is valid and is within the specified min/max range limit.  
    Validates an integer value to make sure it is valid and is within the specified usual default RDL min/max range limit (0, int.maxvalue).  
    Validates a nullable integer value to make sure it is valid and is within the specified min/max range limit.  
    Validates a nullable integer value to make sure it is valid and is within the specified usual default RDL min/max range limit (0, int.maxvalue).  
    Valiates an expression value to make sure it is valid integer value and is within the specified min/max values.  
    See Also