ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / ISessionSettingsStorage Interface / Load Method
The SessionSettings instance to be populated with the loaded settings.

In This Topic
    Load Method (ISessionSettingsStorage)
    In This Topic
    Loads session settings from persistent storage into the specified SessionSettings instance.
    Syntax
    'Declaration
     
    Sub Load( _
       ByVal settings As SessionSettings _
    ) 
    void Load( 
       SessionSettings settings
    )

    Parameters

    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.
    See Also