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





Creates an Excel file representing the specified report.

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

 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 that will contain the exported report.

 See Also

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