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

IRemotePrintService.Print(Action<PrintDocument>, Func<PrintDocument>) Method

Prints the specified document.

Namespace: DevExpress.ReportServer.Printing.Services

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

Declaration

void Print(
    Action<PrintDocument> printAction,
    Func<PrintDocument> runDialogAction
)

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