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

In This Topic
    ValidationUtils Class Members
    In This Topic

    The following tables list the members exposed by ValidationUtils.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Validates a length value against the RDL defined min/max length defaults ("0in","160in").  
    Public Methodstatic (Shared in Visual Basic)Validates an expression value to make sure any literal booleans can be evaluate to either true or false.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Validates a double value to make sure it is valid and is within the specified min/max range limit.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Validates an enum value against the specified type.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Validates an integer value to make sure it is valid and is within the specified min/max range limit.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Validates a length value to make sure it is valid and is within the specified min/max range limit.  
    Top
    See Also