PrintHelper.PrintDirect(IReport) Method
Prints the specified report to a default printer.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | IReport | An object implementing the IReport interface, which represents the report to print. |
See Also