Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ReportSettings Class / Save Method / Save() Method


In This Topic
    Save() Method
    In This Topic
    Saves the values of the properties specified by the PersistedColumnProperties and PersistedSettings properties to a file in the DefaultPath.
    Syntax
    'Declaration
     
    Public Overloads Sub Save() 
    'Usage
     
    Dim instance As ReportSettings
     
    instance.Save()
    public void Save()
    Remarks

    The name of the file will be comprised of the name of the grid (Xceed.Grid.GridControl.Name) and the name of the parent form.

    It is not appropriate to use this method in the case where the grid is always bound to a different data source.

    Only the properties specified by the PersistedColumnProperties and PersistedSettings properties will be saved.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also