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

In This Topic
    Type Property (UpdateDocumentOptions)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Type As Nullable(Of DocumentType)
    public Nullable<DocumentType> Type {get; set;}
    See Also