Click or drag to resize

StiReportDesign Method (Boolean, IWin32Window)

Calls the designer for the report.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public DialogResult Design(
	bool dialogForm,
	IWin32Window win32Window
)

Parameters

dialogForm
Type: SystemBoolean
Is this window a dialog box or not.
win32Window
Type: System.Windows.FormsIWin32Window
Provides an interface to expose parent Win32 HWND handle.

Return Value

Type: DialogResult

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.Design(System.Boolean,System.Windows.Forms.IWin32Window)"]

See Also