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

outputKind
The type that is being outputted.
outputStream
The System.IO.Stream that is being outputted.

Glossary Item Box

Initializes a new instance of the HtmlOutputInfoArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal outputKind As HtmlOutputKind, _
   ByVal outputStream As System.IO.Stream _
)
C# 
public HtmlOutputInfoArgs( 
   HtmlOutputKind outputKind,
   System.IO.Stream outputStream
)

Parameters

outputKind
The type that is being outputted.
outputStream
The System.IO.Stream that is being outputted.

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