Back to Devexpress

MapControl.ExportToXls Method

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

latest930 B
Original Source

MapControl.ExportToXls Method

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