ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class / Create Method
Options for creating the document.

In This Topic
    Create Method (Documents)
    In This Topic
    Creates a new report to be edited in Designer using the specified CreateDocumentOptions object.
    Syntax
    'Declaration
     
    Public Function Create( _
       ByVal options As CreateDocumentOptions _
    ) As ValueTask(Of CreateDocumentInfo)

    Parameters

    options
    Options for creating the document.

    Return Value

    A ValueTask representing the asynchronous operation of creating the document.
    See Also