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

In This Topic
    IsNew Method
    In This Topic
    Indicates whether the report was saved at least once before.
    Syntax
    'Declaration
     
    Public Function IsNew() As ValueTask(Of Boolean)
    public ValueTask<bool> IsNew()

    Return Value

    A ValueTask representing the asynchronous operation of checking if the report is new.
    See Also