ActiveReports 8
HtmlOutputInfoArgs Constructor

The type that is being outputted.
The System.IO.Stream that is being outputted.
Initializes a new instance of the HtmlOutputInfoArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal outputKind As HtmlOutputKind, _
   ByVal outputStream As System.IO.Stream _
)
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

Reference

HtmlOutputInfoArgs Class
HtmlOutputInfoArgs Members

Support Forum