MindFusion.Wpf Pack Programmer's Guide
ExcelExporter.Export Method (Report, String)
See Also
 





Creates an Excel file representing the specified report.

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

 Syntax

C#  Copy Code

public void Export (
    Report report,
    string fileName
)

Visual Basic  Copy Code

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

 Parameters

report

A reference to the report that will be exported.

fileName

The full path to the XLSX file.

 See Also

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