[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Documents.Create

Create Method

Create(CreateDocumentOptions)

Creates a new report to be edited in Designer using the specified CreateDocumentOptions object.

Declaration
public ValueTask<CreateDocumentInfo> Create(CreateDocumentOptions options)
Parameters
Type Name Description
CreateDocumentOptions options

Options for creating the document.

Returns
Type Description
ValueTask<CreateDocumentInfo>

A System.Threading.Tasks.ValueTask<> representing the asynchronous operation of creating the document.