ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / FullScreen Property

In This Topic
    FullScreen Property
    In This Topic
    Specifies whether the viewer must be shown in full screen mode. Note, when full screen mode is enabled document overflow style will be changed to hidden and viewer will be fit in parent container bounds.
    Syntax
    'Declaration
     
    Public Property FullScreen As System.Boolean
    public System.bool FullScreen {get; set;}
    See Also