StiReportPrintWithWpfAsync Method (Object) |
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(
Object printTicket
)
Public Function PrintWithWpfAsync (
printTicket As Object
) As Task
Parameters
- printTicket
- Type: SystemObject
Specifies information about how a document is printed.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.PrintWithWpfAsync(System.Object)"]
See Also