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

PrintingSystem.ExportToXps(String) Method

Exports a report to the specified file path in XPS format.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public void ExportToXps(
    string filePath
)

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