ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Export.Html Namespace / IOutputHtml Interface / Finish Method

In This Topic
    Finish Method (IOutputHtml)
    In This Topic
    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
    'Declaration
     
    Sub Finish() 
    void Finish()
    See Also