When overriden in the derived class shows wizard settings dialog.
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public abstract DialogResult ShowDialog( Form owner, IReportDesignerService rds ) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Function ShowDialog ( _ owner As Form, _ rds As IReportDesignerService _ ) As DialogResult |
| Visual C++ |
|---|
public: virtual DialogResult ShowDialog( Form^ owner, IReportDesignerService^ rds ) abstract |
Parameters
- owner
- Type: System.Windows.Forms..::.Form