[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Save

Save Method

Save(SessionSettings)

Saves the specified session settings to persistent storage.

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

The SessionSettings instance containing the settings to be saved.

Remarks

This method should serialize the settings object and write it to a storage medium in such a way that it can be retrieved later by the Load(SessionSettings) method. Implementations must handle any exceptions that may occur during the save operation, such as IO exceptions.