Back to Devexpress

MapControl.ExportToXlsx Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-exporttoxlsx.md

latest946 B
Original Source

MapControl.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports the map data to the specified stream in the XLS format using the specified export settings.
ExportToXlsx(Stream)streamExports the map data to the specified stream in the XLSX format.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports the map data to the specified XLSX file using the specified export settings.
ExportToXlsx(String)filePathExports the map data to the specified XLSX file.