Skip to main content
A newer version of this page is available. .

IWizardPage<TWizardModel> Properties

If implemented, represents a page of the Report Wizard.
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.
See Also