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


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

    Parameters

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