[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Load

Load Method

Load(SessionSettings)

Loads session settings from persistent storage into the specified SessionSettings instance.

Declaration
void Load(SessionSettings settings)
Parameters
Type Name Description
SessionSettings settings

The SessionSettings instance to be populated with the loaded settings.

Remarks

This method should read from the storage medium, deserialize the settings data, and populate the settings object with the retrieved values. Implementations must handle any exceptions that may occur during the load operation, such as IO exceptions or data format mismatches.