[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Advanced.DesignerForm.SessionSettingsStorage

SessionSettingsStorage Property

SessionSettingsStorage

Gets or sets a value representing the storage mechanism for session settings within the designer form.

Declaration
public ISessionSettingsStorage SessionSettingsStorage { get; set; }
Property Value
Type Description
ISessionSettingsStorage

The storage mechanism that implements ISessionSettingsStorage interface. This property allows for the persistence and retrieval of user session settings, such as tool window positions, recent files list, and other customizable settings of the designer environment.

Remarks

The session settings storage is crucial for maintaining a consistent user experience across sessions by saving and restoring the state of the designer form based on the user's preferences and actions.