MindFusion.Reporting for Silverlight Programmer's Guide
ExcelExporter Class
Remarks See Also
 





Exports MindFusion reports to Microsoft Excel Open XML (XLSX) format.

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

 Syntax

C#  Copy Code

public class ExcelExporter

Visual Basic  Copy Code

Public Class ExcelExporter

 Remarks

In order to export to XLSX, 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.

 Note

The Excel export relies on the Ionic.Zip library, which is based on JZlib. The following copyright notice is used.

 Inheritance Hierarchy

System.Object
    MindFusion.Reporting.Silverlight.Export.ExcelExporter

 See Also

ExcelExporter Members
MindFusion.Reporting.Silverlight.Export Namespace