ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / HistoryService Class / IsEmpty Property

In This Topic
    IsEmpty Property (HistoryService)
    In This Topic
    Gets a value indicating whether the history is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

    true if this instance is empty; otherwise, false.
    See Also