Back to Devexpress

DataViewBase.ExportToXps Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-exporttoxps.md

latest953 B
Original Source

DataViewBase.ExportToXps Method

NameParametersDescription
ExportToXps(Stream, XpsExportOptions)stream, optionsExports a grid to the specified stream in XPS format, using the specified XPS-specific options.
ExportToXps(Stream)streamExports a grid to the specified stream in XPS format.
ExportToXps(String, XpsExportOptions)filePath, optionsExports a grid to the specified file path in XPS format using the specified XPS-specific options.
ExportToXps(String)filePathExports a grid to the specified file path in XPS format.