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

Glossary Item Box

Called 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.

Syntax

Visual Basic (Declaration) 
Sub Finish() 
C# 
void Finish()

See Also