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

In This Topic
    Save Method (Documents)
    In This Topic
    Saves the report currently edited in Designer. If the report is new, the "Save As" dialog will be opened.
    Syntax
    'Declaration
     
    Public Function Save() As Task
    public Task Save()

    Return Value

    A System.Threading.Tasks.Task representing the asynchronous operation of saving the report.
    See Also