Xceed Grid for WinForms v4.3 Documentation
Save() Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportSettings Class > Save Method : Save() Method
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

Reference

ReportSettings Class
ReportSettings Members
Overload List