Click or drag to resize

StiReportDesignV2WithWpf Method (Object, Boolean)

Calls the designer for the report in the Modal window with using WPF technology.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public bool DesignV2WithWpf(
	Object ownerWindow,
	bool dialogWindow
)

Parameters

ownerWindow
Type: SystemObject

[Missing <param name="ownerWindow"/> documentation for "M:Stimulsoft.Report.StiReport.DesignV2WithWpf(System.Object,System.Boolean)"]

dialogWindow
Type: SystemBoolean

[Missing <param name="dialogWindow"/> documentation for "M:Stimulsoft.Report.StiReport.DesignV2WithWpf(System.Object,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.DesignV2WithWpf(System.Object,System.Boolean)"]

See Also