ActiveReports 8
WindowMode Enumeration
See Also 
GrapeCity.ActiveReports.Web.v8 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace : WindowMode Enumeration

Glossary Item Box

An enumeration of window mode options for the ActiveReports WebForms WebViewer server control for ASP.NET.

Syntax

Visual Basic (Declaration) 
Public Enum WindowMode 
   Inherits System.Enum
C# 
public enum WindowMode : System.Enum 

Members

MemberDescription
OpaqueFilled background, the page background will not show through FlashViewer.
Transparent

Background of the HTML page is transparent, objects in the background will show through FlashViewer. This mode may slow the animation performance.

WindowFlashViewer is displayed in its own rectangular window on a web page.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Web.ExportOptions.WindowMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also