Click or drag to resize

StiReportShowDotMatrixWithRibbonGUI Method (Form)

Shows the rendered report in DotMatrix mode as MDI child window with Ribbon GUI. 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 ShowDotMatrixWithRibbonGUI(
	Form parentForm
)

Parameters

parentForm
Type: System.Windows.FormsForm
A parent form in the MDI application.
See Also