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

PrintHelper.ExportToXps Method

Name Parameters Description
ExportToXps(IPrintableControl, Stream, XpsExportOptions) static source, stream, options Exports a report to the specified stream in XPS format using the specified XPS-specific options.
ExportToXps(IPrintableControl, Stream) static source, stream Exports a report to the specified stream in XPS format.
ExportToXps(IPrintableControl, String, XpsExportOptions) static source, filePath, options Exports a report to the specified file path in XPS format using the specified XPS-specific options.
ExportToXps(IPrintableControl, String) static source, filePath Exports a report to the specified file path in XPS format.
ExportToXps(IPrintable, Stream, XpsExportOptions) static source, stream, options Exports a report to the specified stream in XPS format using the specified XPS-specific options.
ExportToXps(IPrintable, Stream) static source, stream Exports a report to the specified stream in XPS format.
ExportToXps(IPrintable, String, XpsExportOptions) static source, filePath, options Exports a report to the specified file path in XPS format using the specified XPS-specific options.
ExportToXps(IPrintable, String) static source, filePath Exports a report to the specified file path in XPS format.