Shows wizard dialog.
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public override DialogResult ShowDialog( Form owner, IReportDesignerService rds ) |
Visual Basic (Declaration) |
---|
Public Overrides Function ShowDialog ( _ owner As Form, _ rds As IReportDesignerService _ ) As DialogResult |
Visual C++ |
---|
public: virtual DialogResult ShowDialog( Form^ owner, IReportDesignerService^ rds ) override |
Parameters
- owner
- Type: System.Windows.Forms..::.Form