Back to Devexpress

cxExportSchedulerLink Unit

vcl-cxexportschedulerlink.md

latest3.2 KB
Original Source

cxExportSchedulerLink Unit

Implements scheduler content export methods (in various document formats).

Methods

NameDescription
cxExportSchedulerToCSV(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,Char,string,TObject,TEncoding)Exports user events from a scheduler control to a file in CSV (comma-separated values) format.
cxExportSchedulerToExcel(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject)Exports user events from a scheduler control to a file in Microsoft Excel® binary format (XLS).
cxExportSchedulerToFile(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,Integer,string[],string,TObject,TEncoding)Exports user events from a scheduler control to a file in the specified format.
cxExportSchedulerToHTML(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject)Exports user events from a scheduler control to a file in HTML format.
cxExportSchedulerToText(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,string,string,string,TObject,TEncoding)Exports user events from a scheduler control to a file in plain text format.
cxExportSchedulerToText(string,TcxCustomScheduler,Boolean,Boolean,TDateTime,TDateTime,string,TObject,TEncoding)Exports user events from a scheduler control to a file in plain text format.
cxExportSchedulerToXLSX(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject)Exports user events from a scheduler control to a file in Office Open XML spreadsheet format (XLSX).
cxExportSchedulerToXML(string,TcxCustomScheduler,Boolean,Boolean,string,TDateTime,TDateTime,string,TObject)Exports user events from a scheduler control to a file in XML format.

See Also

cxSchedulerICalendar Unit

cxSchedulerOutlookExchange Unit