'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.