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

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

    Parameters

    id
    name
    See Also