ActiveReports 8
SaveStyles(Stream) Method
See Also 
GrapeCity.ActiveReports.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also