Exports MindFusion reports to Microsoft Excel Open XML (XLSX) format.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.ExcelExport
SyntaxC#
Copy Code
|
|---|
public class ExcelExporter |
Visual Basic
Copy Code
|
|---|
Public Class ExcelExporter |
RemarksIn 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 HierarchySystem.Object![]()
MindFusion.Reporting.Wpf.Export.ExcelExporter
See Also