AIReasoningPage Class
Implements the Report Wizard’s Building Your Report page.
Declaration
export class AIReasoningPage extends FullscreenWizardPage implements IWizardPage
Implements
IWizardPage
Inherited Members
Inheritance
WizardPageBase<TState, TResult>
FullscreenWizardPage
AIReasoningPage
Methods
canFinish Method
Specifies whether the Finish button is enabled on a wizard page.
Declaration
canFinish(): boolean
Returns
| Type | Description |
|---|---|
| boolean | true |
canNext Method
Specifies whether the Next button is enabled on a wizard page.
Declaration
canNext(): boolean
Returns
| Type | Description |
|---|---|
| boolean | true |
commit Method
Commits the page’s local state to the global state.
Declaration
commit(): JQuery.Promise<Partial<DevExpress.Reporting.Designer.Wizard.IReportWizardState>, any, any>
Returns
| Type | Description |
|---|---|
| Promise<Partial<IReportWizardState>,any,any> | A JQuery Promise object that identifies whether the commit succeeded. |
dispose Method
Disposes of the page.
Declaration
dispose(): void
initialize(state) Method
Initializes the page with the specified state.
Declaration
initialize(
state: DevExpress.Reporting.Designer.Wizard.IReportWizardState
): JQuery.Promise<any, any, any>
Parameters
| Name | Type | Description |
|---|---|---|
| state | IReportWizardState | A page’s local state to initialize. |
Returns
| Type | Description |
|---|---|
| Promise<any,any,any> | A JQuery Promise object that identifies whether page initialization succeeded. |