Click or drag to resize

StiReportShowWithRibbonGUI Method (IWin32Window, Boolean)

Shows the rendered report 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 ShowWithRibbonGUI(
	IWin32Window owner,
	bool dialogForm
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Provides an interface to expose parent Win32 HWND handle.
dialogForm
Type: SystemBoolean
If this parameter is true then the report will be shown as a dialog form.
See Also