Click or drag to resize

ExecutionMode Enumeration

Defines how the report is executed in the Web Report Server (window used)

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum ExecutionMode
Members
Member nameValueDescription
Default0 Default behavior
NewWindow1 Execute the report in a new Window
SameWindow2 Execute the report in the same Window
AlwaysNewWindow3 Allow only execution in a new Window
See Also