Exports reports to HTML files.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport
C#
![]() |
---|
public class HtmlExporter |
Visual Basic
![]() |
---|
Public Class HtmlExporter |
In order to export to HTML, instantiate from this class and invoke the Export method supplying as argument the report to be exported. As is customary, the report must have been processed by a previous call to its Run method. For more information, check Exporting Reports.
The following example exports an existing report to HTML:
C#
![]() |
---|
HtmlExporter exporter = new HtmlExporter(); |
Visual Basic
![]() |
---|
Dim exporter As New HtmlExporter() |
System.Object
MindFusion.Reporting.Wpf.Export.HtmlExporter