ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / DisplayMode Property

In This Topic
    DisplayMode Property (ReportViewer)
    In This Topic
    Gets or sets the page display mode.
    Syntax
    'Declaration
     
    Public Property DisplayMode As ViewMode
    public ViewMode DisplayMode {get; set;}

    Property Value

    The display mode as a ViewMode.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also