Click or drag to resize

StiReportShowWithWpf Method (Object, Boolean)

Shows the rendered report with using WPF technology. If the report is not rendered then its rendering starts.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ShowWithWpf(
	Object ownerWindow,
	bool dialogWindow
)

Parameters

ownerWindow
Type: SystemObject
A parent form.
dialogWindow
Type: SystemBoolean
If this parameter is true then the report will be shown as a dialog window.
See Also