ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / IsValid Property

In This Topic
    IsValid Property (Length)
    In This Topic
    Indicates if the Length string contains the correct units and value.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsValid As Boolean
    public bool IsValid {get;}

    Property Value

    Return true if the Length string is valid, else false.
    See Also