[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.HtmlOutputInfoArgs

HtmlOutputInfoArgs Class

Used as an argument to the IOutputHtml interface's OutputHtmlData function.

Inheritance
HtmlOutputInfoArgs
Namespace: GrapeCity.ActiveReports.Export.Html
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class HtmlOutputInfoArgs

Constructors

Name Description
HtmlOutputInfoArgs(HtmlOutputKind, Stream)

Initializes an instance of the HtmlOutputInfoArg class.

Properties

Name Description
OutputKind

Returns the kind of output data contained in the OutputStream property.

OutputStream

The actual data that is being outputted.

Extension Methods