Skip to main content

IWizardPage<TWizardModel> Members

If implemented, represents a page of the Report Wizard.

Properties

Name Description
FinishEnabled Specifies whether or not the Finish button is enabled on a wizard page.
Model If implemented, provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution.
MoveNextEnabled Specifies whether or not the Next button is enabled on a wizard page.
PageContent If implemented, provides access to the content of a wizard page.

Methods

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.

Events

Name Description
Changed Occurs when settings on the current wizard page were changed.
Error Fires when an error occurs for the current report page.
See Also