Back to Devexpress

PivotGridControl.ExportToXps Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttoxps.md

latest1.0 KB
Original Source

PivotGridControl.ExportToXps Method

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