Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / ReportStyleSheet Class / Save Method / Save(Stream) Method
The stream to which to save the stylesheet.


In This Topic
    Save(Stream) Method
    In This Topic
    Saves the stylesheet as a stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    Dim instance As ReportStyleSheet
    Dim stream As Stream
     
    instance.Save(stream)
    public void Save( 
       Stream stream
    )

    Parameters

    stream
    The stream to which to save the stylesheet.
    Remarks

    The values of the HeaderFooter.FormatProvider and HeaderFooterElement.FormatProvider properties will not be saved in the XML file when a Report is 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