ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace : WindowMode Enumeration |
'Declaration Public Enum WindowMode Inherits System.Enum
public enum WindowMode : System.Enum
Member | Description |
---|---|
Opaque | The 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. |
Transparent | The 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. |
Window | The 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. |
System.Object
System.ValueType
System.Enum
ActiveReports.Server.ReportControls.WindowMode