ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportInfo Class / DisplayType Property

In This Topic
    DisplayType Property
    In This Topic
    The display type of the report
    Syntax
    'Declaration
     
    Public Property DisplayType As Nullable(Of ViewMode)
    public Nullable<ViewMode> DisplayType {get; set;}
    See Also