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


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

Parameters

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

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

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