Click or drag to resize

StiReportShow Method (IWin32Window)

Shows the rendered report as MDI child window. 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 Show(
	IWin32Window owner
)

Parameters

owner
Type: System.Windows.FormsIWin32Window
Provides an interface to expose parent Win32 HWND handle.
See Also