ActiveReports Developer 7
HtmlOutputInfoArgs Constructor
See Also 
GrapeCity.ActiveReports.Document.v7 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.

See Also