IWizardPage<TWizardModel> Methods
If implemented, represents a page of the Report Wizard.Name | Description |
---|---|
Begin() | If implemented, initializes controls of a Report Wizard page. |
Commit() | Saves settings specified by a wizard page to the report model. |
GetNextPageType() | If implemented, returns the type of the next wizard page. |
Validate(out String) | If implemented, validates the correctness of settings specified on a wizard page. |
See Also