MindFusion.Reporting for Silverlight Programmer's Guide
MhtmlExporter.Export Method (Report, Stream)
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,
    Stream stream
)

Visual Basic  Copy Code

Public Sub Export( _
    report As Report, _
    stream As Stream _
)

 Parameters

report

A reference to the report that will be exported.

stream

The stream to write to.

 See Also

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