[]
Saves the report currently edited in Designer using the specified id.
public ValueTask<SaveDocumentInfo> SaveById(string id, string name = null)
| Type | Name | Description |
|---|---|---|
| string | id | The report ID. |
| string | name | The report name (optional). |
| Type | Description |
|---|---|
| ValueTask<SaveDocumentInfo> | A System.Threading.Tasks.ValueTask<> representing the asynchronous operation of saving the document by ID. |