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

In This Topic
    IsUndefined Property
    In This Topic
    Indicates if the Length has been set to a particular value;
    Syntax
    'Declaration
     
    Public ReadOnly Property IsUndefined As Boolean
    public bool IsUndefined {get;}

    Property Value

    Returns true if the Length is empty, else false
    See Also