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

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

Prints the specified page range.

Namespace: DevExpress.ReportServer.Printing.Services

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

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