ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class / SaveByName Method

In This Topic
    SaveByName Method
    In This Topic
    Saves the report currently edited in Designer using the specified **name**.
    Syntax
    'Declaration
     
    Public Function SaveByName( _
       ByVal name As String _
    ) As ValueTask(Of SaveDocumentInfo)
    public ValueTask<SaveDocumentInfo> SaveByName( 
       string name
    )

    Parameters

    name
    See Also