MindFusion.Wpf Pack Programmer's Guide
Report.ExportExcel Method
See Also
 





Exports the items in the specified range from the underlying schedule as an Open Office XML format.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Wpf.Reporting

 Syntax

C#  Copy Code

public void ExportExcel (
    string filePath,
    DateTime start,
    DateTime end
)

Visual Basic  Copy Code

Public Sub ExportExcel( _
    filePath As String, _
    start As DateTime, _
    end As DateTime _
)

 Parameters

filePath

The name of the XLSX file to export to.

start
A DateTime object, specifying the beginning of the time interval containing the items to be included in the report.
end
A DateTime object, specifying the end of the time interval containing the items to be included in the report.

 See Also

Report Members
Report Class
MindFusion.Scheduling.Reporting Namespace