ActiveReports Developer 7
OutputHtmlFiles Class
Members  See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Section Namespace : OutputHtmlFiles Class

Glossary Item Box

OutputHtmlFiles is an implementation of the IHandleHtmlOutput interface that directs the HtmlExport object's output to files.

Object Model

OutputHtmlFiles Class

Syntax

Visual Basic (Declaration) 
Public Class OutputHtmlFiles 
   Implements GrapeCity.ActiveReports.Export.Html.IOutputHtml 
C# 
public class OutputHtmlFiles : GrapeCity.ActiveReports.Export.Html.IOutputHtml  

Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles

See Also