ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Documents Class / Create Method

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

    Parameters

    options
    See Also