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