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


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportSettings Class > Save Method : Save(String) Method
A string representing the fully-qualified path and filename of the XML file to which to save the report settings.
Saves the report settings to the specified XML file.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As ReportSettings
Dim fileName As String
 
instance.Save(fileName)
public void Save( 
   string fileName
)

Parameters

fileName
A string representing the fully-qualified path and filename of the XML file to which to save the report settings.
Remarks

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