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

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