ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class / SaveById Method
The report ID.
The report name (optional).

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
    The report ID.
    name
    The report name (optional).

    Return Value

    A ValueTask representing the asynchronous operation of saving the document by ID.
    See Also