Skip to main content

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

Prints the specified document.

Namespace: DevExpress.ReportServer.Printing.Services

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

NuGet Package: DevExpress.Printing.Core

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