IRemotePrintService.Print(Action<PrintDocument>, Func<PrintDocument>) Method
Prints the specified document.
Namespace: DevExpress.ReportServer.Printing.Services
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
printAction | Action<PrintDocument> | A Action delegate of a PrintDocument object. |
runDialogAction | Func<PrintDocument> | A System.Func<TResult> delegate of a PrintDocument object. |
See Also