PrintHelper.Print(IReport) Method
Opens the Print dialog that allows printing the specified report.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | IReport | An object implementing the IReport interface that specifies the report to print. |
Returns
| Type | Description |
|---|---|
| Nullable<Boolean> |
|
Remarks
You can also use the PrintHelper.PrintDirect method to immediately send the report to the default or specified printer without invoking Print dialog.
See Also