ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.Validation Namespace / ValidationUtils Class / Validate Method / Validate(Length) Method
A GrapeCity.ActiveReports.PageReportModel.Length value to validate.

In This Topic
    Validate(Length) Method
    In This Topic
    Validates a length value against the RDL defined min/max length defaults ("0in","160in").
    Syntax
    'Declaration
     
    Public Overloads Shared Function Validate( _
       ByVal value As Length _
    ) As Length
    public static Length Validate( 
       Length value
    )

    Parameters

    value
    A GrapeCity.ActiveReports.PageReportModel.Length value to validate.
    Exceptions
    ExceptionDescription
    Throws if the value is out of range limit.
    See Also