IRemotePrintService.PrintDirect(Int32, Int32, Action<String>) Method
Prints the specified page range.
Namespace: DevExpress.ReportServer.Printing.Services
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
fromIndex | Int32 | An integer value. |
toIndex | Int32 | An integer value. |
printDirectAction | Action<String> | A System.Action<string> delegate. |
See Also