ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / ISessionSettingsStorage Interface / Save Method

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

    Parameters

    settings
    See Also