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.
|