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

In This Topic
    ValidateLength Method
    In This Topic
    Validates a length value to make sure it is valid and is within the specified min/max range limit.
    Overload List
    OverloadDescription
    Validates a length value to make sure it is valid and is within the specified min/max range limit.  
    Validates a length value against the RDL defined min/max length defaults ("0in","160in").  
    Validates a length value against the RDL defined min/max length defaults ("0in","160in").  
    Validates an expression value to make sure it is valid length value and is within the specified min/max range limit.  
    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