ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / ISessionSettingsStorage Interface / Load Method

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

    Parameters

    settings
    See Also