ActiveReports 8
OutputStream Property
See Also 
GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports.Export.Html Namespace > HtmlOutputInfoArgs Class : OutputStream Property

Glossary Item Box

The System.IO.Stream that is being outputted.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OutputStream As System.IO.Stream
C# 
public System.IO.Stream OutputStream {get;}

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