MindFusion.Reporting for Silverlight Programmer's Guide
HtmlExporter.Export Method (Report, String, String)
See Also
 





Creates an HTML file representing the specified report.

Namespace: MindFusion.Reporting.Silverlight.Export
Assembly: MindFusion.Reporting.Silverlight.HtmlExport

 Syntax

C#  Copy Code

public void Export (
    Report report,
    string filePath,
    string imageFolder
)

Visual Basic  Copy Code

Public Sub Export( _
    report As Report, _
    filePath As String, _
    imageFolder As String _
)

 Parameters

report

A reference to the report that will be exported.

filePath

The full path to the HTML file.

imageFolder

The path to the folder where the report images will be stored.

 See Also

HtmlExporter Members
HtmlExporter Class
MindFusion.Reporting.Silverlight.Export Namespace