[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Documents.SaveById

SaveById Method

SaveById(string, string)

Saves the report currently edited in Designer using the specified id.

Declaration
public ValueTask<SaveDocumentInfo> SaveById(string id, string name = null)
Parameters
Type Name Description
string id

The report ID.

string name

The report name (optional).

Returns
Type Description
ValueTask<SaveDocumentInfo>

A System.Threading.Tasks.ValueTask<> representing the asynchronous operation of saving the document by ID.