Back to Devexpress

MapControl.ExportToXls(Stream, XlsExportOptions) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-exporttoxls-x28-system-dot-io-dot-stream-devexpress-dot-xtraprinting-dot-xlsexportoptions-x29.md

latest1.5 KB
Original Source

MapControl.ExportToXls(Stream, XlsExportOptions) Method

Exports the map data to the specified stream in the XLS format using the specified export settings.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void ExportToXls(
    Stream stream,
    XlsExportOptions options
)
vb
Public Sub ExportToXls(
    stream As Stream,
    options As XlsExportOptions
)

Parameters

NameTypeDescription
streamStream

A Stream class descendant object.

| | options | XlsExportOptions |

A XlsExportOptions object, specifying export settings.

|

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace