[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.IOutputHtml

IOutputHtml Interface

Summary description for IHandleHtmlOutput.

Namespace: GrapeCity.ActiveReports.Export.Html
Assembly: MESCIUS.ActiveReports.dll
Syntax
public interface IOutputHtml

Methods

Name Description
Finish()

Called by the HtmlExport to indicate that the export of the current document is complete. This can be used by an implementor to flush any remaining output, or to write out a frame set page for the previously exported document.

OutputHtmlData(HtmlOutputInfoArgs)

OutputHtmlData will be called by the HtmlExport class to output data.

Extension Methods