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


In This Topic
    Load() Method
    In This Topic
    Loads the report settings from the XML file contained in the DefaultPath.
    Syntax
    'Declaration
     
    Public Overloads Sub Load() 
    'Usage
     
    Dim instance As ReportSettings
     
    instance.Load()
    public void Load()
    Remarks

    Using this overload, the report settings filename will be comprised of the name of the grid (Xceed.Grid.GridControl.Name) and the name of the parent form.

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

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

    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