StiReportShowWithWpf Method (Object) |
Shows the rendered report with using WPF technology.
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 ShowWithWpf(
Object ownerWindow
)
Public Sub ShowWithWpf (
ownerWindow As Object
)
Parameters
- ownerWindow
- Type: SystemObject
A parent form.
See Also