ActiveReports Developer 7
IOutputHtml Interface Members
See Also  Methods 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Export.Html Namespace : IOutputHtml Interface

Glossary Item Box

The following tables list the members exposed by IOutputHtml.

Public Methods

 NameDescription
 MethodFinishCalled by the HtmlExport to indicate that the export of the current document is complete.  This can be used by an implementer to flush any remaining output, or to write out a frame set page for the previously exported document.  
 MethodOutputHtmlDataCalled by the HtmlExport class to output data. The implementation of OutputHtmlData should use the data passed in the info argument and store it as the implementer requires.  
Top

See Also