ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / ISessionSettingsStorage Interface / Save Method
The SessionSettings instance containing the settings to be saved.

In This Topic
    Save Method (ISessionSettingsStorage)
    In This Topic
    Saves the specified session settings to persistent storage.
    Syntax
    'Declaration
     
    Sub Save( _
       ByVal settings As SessionSettings _
    ) 
    void Save( 
       SessionSettings settings
    )

    Parameters

    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 method. Implementations must handle any exceptions that may occur during the save operation, such as IO exceptions.
    See Also