PrintingSystem.ExportToXps(String) Method
Exports a report to the specified file path in XPS format.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
filePath | String | A String which specifies the file name (including the full path) for the created XPS file. |
Remarks
Note
The ExportToXps method is only supported by the DXPrinting library (both for WPF and Silverlight).
See Also