PrintHelper.ExportToXps(IPrintableControl, Stream) Method
In This Article
Exports a report to the specified stream in XPS format.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public static void ExportToXps(
IPrintableControl source,
Stream stream
)
#Parameters
Name | Type | Description |
---|---|---|
source | IPrintable |
An object that implements the IPrintable |
stream | Stream | A Stream object to which the created XPS file should be sent. |
#Remarks
Once the document export has started, it will run until the resulting document is complete and cannot be interrupted or canceled in the process.
Note
The Export
See Also