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





Creates an MHTML 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
)

Visual Basic  Copy Code

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

 Parameters

report

A reference to the report that will be exported.

filePath

The full path to the MHTML file.

 See Also

Export Method Overload List
MhtmlExporter Members
MhtmlExporter Class
MindFusion.Reporting.Silverlight.Export Namespace