StiReportPrintWithWpfAsync Method (Int32, Int32, Int32) |
Prints the rendered report with using WPF technology. If the report is not rendered then its rendering starts. This method require Stimulsoft.Report.Wpf assembly.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public Task PrintWithWpfAsync(
int fromPage,
int toPage,
int copies
)
Public Function PrintWithWpfAsync (
fromPage As Integer,
toPage As Integer,
copies As Integer
) As Task
Parameters
- fromPage
- Type: SystemInt32
Number of the first page to print. Starts from 1. - toPage
- Type: SystemInt32
Number of the last page to print. Starts from 1. - copies
- Type: SystemInt32
Number of copies to print.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.PrintWithWpfAsync(System.Int32,System.Int32,System.Int32)"]
See Also