ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / CreateDocumentOptions Class / Type Property

In This Topic
    Type Property (CreateDocumentOptions)
    In This Topic
    Type of the document to create. If not specified RDL report will be created.
    Syntax
    'Declaration
     
    Public Property Type As Nullable(Of SupportedDocumentType)
    public Nullable<SupportedDocumentType> Type {get; set;}
    See Also