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(IBasePrintable, Stream, XpsExportOptions) static source, stream, options
ExportToXps(IBasePrintable, Stream) static source, stream
ExportToXps(IBasePrintable, String, XpsExportOptions) static source, filePath, options
ExportToXps(IBasePrintable, String) static source, filePath