Skip to main content

IRemotePrintService.PrintDirect(Int32, Int32, Action<String>) Method

Prints the specified page range.

Namespace: DevExpress.ReportServer.Printing.Services

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

NuGet Package: DevExpress.Printing.Core

Declaration

void PrintDirect(
    int fromIndex,
    int toIndex,
    Action<string> printDirectAction
)

Parameters

Name Type Description
fromIndex Int32

An integer value.

toIndex Int32

An integer value.

printDirectAction Action<String>

A System.Action<string> delegate.

See Also