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

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