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


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > ReportStyleSheet Class > Load Method : Load(Stream) Method
The stream to use to create a stylesheet.
Loads a stream to create a ReportStyleSheet object.
Syntax
'Declaration
 
Public Overloads Shared Function Load( _
   ByVal stream As Stream _
) As ReportStyleSheet
'Usage
 
Dim stream As Stream
Dim value As ReportStyleSheet
 
value = ReportStyleSheet.Load(stream)
public static ReportStyleSheet Load( 
   Stream stream
)

Parameters

stream
The stream to use to create a stylesheet.

Return Value

A reference to the ReportStyleSheet object that has been created from the stream.
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

ReportStyleSheet Class
ReportStyleSheet Members
Overload List