ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ChangedDocumentOptions Class / HasUnsavedChanges Property

In This Topic
    HasUnsavedChanges Property
    In This Topic
    Gets or sets a value indicating whether the document has unsaved changes.
    Syntax
    'Declaration
     
    Public Property HasUnsavedChanges As Boolean
    public bool HasUnsavedChanges {get; set;}

    Property Value

    true if the document has unsaved changes; otherwise, false.
    See Also