ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class / HasUnsavedChanges Method

In This Topic
    HasUnsavedChanges Method
    In This Topic
    Indicates whether the report has unsaved changes.
    Syntax
    'Declaration
     
    Public Function HasUnsavedChanges() As ValueTask(Of Boolean)
    public ValueTask<bool> HasUnsavedChanges()

    Return Value

    A ValueTask representing the asynchronous operation of checking if there are unsaved changes.
    See Also