Search
HtmlExporter Class
Remarks See Also
 





Exports MindFusion reports to HTML files.

Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html

 Syntax

C#  Copy Code

public class HtmlExporter : HtmlExporterBase

Visual Basic  Copy Code

Public Class HtmlExporter
    Inherits HtmlExporterBase

 Remarks

For more information on how to use the HtmlExporter, check Exporting.

 Inheritance Hierarchy

System.Object
    MindFusion.Reporting.Export.HtmlExporterBase
        MindFusion.Reporting.Export.HtmlExporter

 See Also