ActiveReports 8
Finish Method
See Also 
GrapeCity.ActiveReports.Document.v8 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()

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