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

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

    Parameters

    inStream
    The stream from which the external stylesheet is loaded.
    See Also