ActiveReports.Viewer3 Request technical support
Finish Method
See Also 


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.

Syntax

Visual Basic (Declaration) 
Overridable Sub Finish() 
Visual Basic (Usage)Copy Code
Dim instance As IOutputHtml
 
instance.Finish()
C# 
virtual void Finish()

See Also