ActiveReports 18 .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 report was saved before at least once.
    Syntax
    'Declaration
     
    Public Function IsNew() As ValueTask(Of Boolean)
    public ValueTask<bool> IsNew()
    See Also