ActiveReports 13
HtmlOutputInfoArgs Constructor

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Export.Html Namespace > HtmlOutputInfoArgs Class : 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 Stream _
)
public HtmlOutputInfoArgs( 
   HtmlOutputKind outputKind,
   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