ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / WebViewer Class / DisplayMode Property

In This Topic
    DisplayMode Property (WebViewer)
    In This Topic
    Gets or sets the display mode for showing rendered pages. This is applicable only for 'HtmlViewer' viewer type.
    Syntax
    'Declaration
     
    Public Property DisplayMode As DisplayMode
    public DisplayMode DisplayMode {get; set;}

    Property Value

    A DisplayMode value indicating the display mode. Default is DisplayMode.Single.
    See Also