Back to Devexpress

LayoutControl.ExportToXls Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-exporttoxls.md

latest1.6 KB
Original Source

LayoutControl.ExportToXls Method

NameParametersDescription
ExportToXls(Stream, XlsExportOptions)stream, optionsExports the control’s data to the specified stream in XLS format using the specified options.
ExportToXls(Stream, Boolean)stream, useNativeFormatObsolete. Exports the controls displayed within the LayoutControl to a stream in XLS format using the specified formatting settings.
ExportToXls(Stream)streamExports the controls displayed within the LayoutControl to a stream in XLS format.
ExportToXls(String, XlsExportOptions)filePath, optionsExports the control’s data to the specified file in XLS format using the specified options.
ExportToXls(String, Boolean)filePath, useNativeFormatObsolete. Exports the controls displayed within the LayoutControl to a file in XLS format using the specified formatting settings.
ExportToXls(String)filePathExports the controls displayed within the LayoutControl to a file in XLS format.