MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / ISessionSettingsStorage Interface
Members

ISessionSettingsStorage Interface
Defines a contract for a service that provides persistence for session settings.
Object Model
ISessionSettingsStorage Interface
Syntax
'Declaration
 
Public Interface ISessionSettingsStorage 
 
Remarks
Implementations of this interface are responsible for storing and retrieving session settings, such as user preferences or application state, to and from a persistent storage mechanism (e.g., file system, database). This allows the application to maintain continuity across sessions.
See Also