[]
Creates a new report to be edited in Designer using the specified CreateDocumentOptions object.
public ValueTask<CreateDocumentInfo> Create(CreateDocumentOptions options)
Type | Name | Description |
---|---|---|
CreateDocumentOptions | options | Options for creating the document. |
Type | Description |
---|---|
ValueTask<CreateDocumentInfo> | A System.Threading.Tasks.ValueTask<> representing the asynchronous operation of creating the document. |