Skip to main content
A newer version of this page is available. .

PivotGridControl.ExportToXps Method

Name Parameters Description
ExportToXps(Stream, XpsExportOptions) stream, options Exports the pivot grid to the specified stream in XPS format, using the specified XPS-specific options.
ExportToXps(Stream) stream Exports the pivot grid to the specified stream in XPS format.
ExportToXps(String, XpsExportOptions) filePath, options Exports the pivot grid to the specified file path in XPS format using the specified XPS-specific options.
ExportToXps(String) filePath Exports the pivot grid to the specified file path in XPS format.