StiReportPrintWithWpfAsync Method (Int32, String) |
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 copies,
string printerName
)
Public Function PrintWithWpfAsync (
copies As Integer,
printerName As String
) As Task
Parameters
- copies
- Type: SystemInt32
Number of copies to print. - printerName
- Type: SystemString
A name of a printer that will be used for printing.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.PrintWithWpfAsync(System.Int32,System.String)"]
See Also