ActiveReports 12 Server User Guide
WindowMode Enumeration

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace : WindowMode Enumeration
Possible values of WindowMode property of the SWF file for transparency, layering, positioning, and rendering in the browser. The default value is "window".
Syntax
'Declaration
 
Public Enum WindowMode 
   Inherits System.Enum
public enum WindowMode : System.Enum 
Members
MemberDescription
OpaqueThe SWF content is layered together with other HTML elements on the page. The SWF file is opaque and hides everything layered behind it on the page. This option reduces playback performance compared to "Window" option.
TransparentThe SWF content is layered together with other HTML elements on the page. The SWF file background color (Stage color) is transparent. HTML elements beneath the SWF file are visible through any transparent areas of the SWF, with alpha blending. This option reduces playback performance compared to "Window" option.
WindowThe SWF content plays in its own rectangle ("window") on a web page. The browser determines how the SWF content is layered against other HTML elements. With this value, you cannot explicitly specify if SWF content appears above or below other HTML elements on the page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.ReportControls.WindowMode

See Also

Reference

ActiveReports.Server.ReportControls Namespace