ActiveReports Developer 7
WindowMode Enumeration
See Also 
GrapeCity.ActiveReports.Web.v7 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

See Also