Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ReportSettings Class / Load Method / Load(Stream) Method
A System.IO.Stream from which to load the XML report settings. Cannot be a null reference (Nothing in Visual Basic).


In This Topic
    Load(Stream) Method
    In This Topic
    Loads the XML report settings from the specified System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    Dim instance As ReportSettings
    Dim stream As Stream
     
    instance.Load(stream)
    public void Load( 
       Stream stream
    )

    Parameters

    stream
    A System.IO.Stream from which to load the XML report settings. Cannot be a null reference (Nothing in Visual Basic).
    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