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