Click or drag to resize

StiReportShowDotMatrixWithWpf Method (Boolean)

Shows the rendered report in DotMatrix mode as a dialog form or not 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 ShowDotMatrixWithWpf(
	bool dialogWindow
)

Parameters

dialogWindow
Type: SystemBoolean
If this parameter is true then the report will be rendered as a dialog window.
See Also