ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / SaveStyles Method / SaveStyles(Stream) Method
The stream to which the external stylesheet is saved.

In This Topic
    SaveStyles(Stream) Method
    In This Topic
    Saves a reports styles to an external stylesheet.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveStyles( _
       ByVal outStream As Stream _
    ) 
    public void SaveStyles( 
       Stream outStream
    )

    Parameters

    outStream
    The stream to which the external stylesheet is saved.
    See Also