Click or drag to resize

StiReportPrintWithWpf Method (Boolean, 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 void PrintWithWpf(
	bool showPrintDialog,
	int copies
)

Parameters

showPrintDialog
Type: SystemBoolean
Show the print dialog or no.
copies
Type: SystemInt32
Number of copies to print.
See Also