ActiveReports 12
WindowMode Enumeration

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace : WindowMode Enumeration
An enumeration of window mode options for the ActiveReports WebForms WebViewer server control for ASP.NET.
Syntax
'Declaration
 
Public Enum WindowMode 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Web.ExportOptions Namespace