Click or drag to resize

StartupOptions Enumeration

Defines which report is executed at startup for the user

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum StartupOptions
Members
Member nameValueDescription
Default0 Default behavior
None1 Do not execute a report at startup
ExecuteLast2 Execute the last report at startup
ExecuteReport3 Execute a specific report at startup
See Also