ActiveReports Developer 7
SaveStyles(Stream) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionReport Class > SaveStyles Method : SaveStyles(Stream) Method

outStream
The stream to which the external stylesheet is saved.

Glossary Item Box

Saves a reports styles to an external stylesheet.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SaveStyles( _
   ByVal outStream As System.IO.Stream _
) 
C# 
public void SaveStyles( 
   System.IO.Stream outStream
)

Parameters

outStream
The stream to which the external stylesheet is saved.

See Also