ActiveReports 9
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.
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

Reference

HtmlOutputInfoArgs Class
HtmlOutputInfoArgs Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum