ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / LoadStyles Method / LoadStyles(Stream) Method
The stream from which the external stylesheet is loaded.

LoadStyles(Stream) Method
Loads an external stylesheet to use with the report.
Syntax
'Declaration
 
Public Overloads Sub LoadStyles( _
   ByVal inStream As Stream _
) 
 

Parameters

inStream
The stream from which the external stylesheet is loaded.
Exceptions
ExceptionDescription
Throws an error if no styles are found.
See Also