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

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

    Property Value

    An instance of ViewMode that defines the initial display mode.
    See Also