Skip to main content
All docs
V23.2

AddGroupFieldsPage Class

Implements the Add Group Fields section of the Report Wizard’s Define Report Layout page.

Declaration

export class AddGroupFieldsPage extends WizardPageBase

Remarks

You can customize this section or remove it from the Define Report Layout page. To identify this section in code, use the FullscreenReportWizardSectionId.AddGroupFieldsPage value.

See the following topics for more information:

Inheritance

Methods

canFinish Method

Specifies whether it is possible to finish the wizard.

Declaration

canFinish(): boolean

Returns

Type Description
boolean

true, if it is possible to finish the wizard; otherwise, false.

commit Method

Declaration

commit(): JQuery.Promise<any, any, any>

Returns

Type
Promise<any,any,any>

dispose Method

Disposes the page.

Declaration

dispose(): void

initialize(state) Method

Initializes the section with the specified settings.

Declaration

initialize(
    state: DevExpress.Reporting.Designer.Wizard.IReportWizardState
): JQuery.Promise<any, any, any>

Parameters

Name Type Description
state IReportWizardState

The section’s state.

Returns

Type Description
Promise<any,any,any>

A JQuery Promise object that identifies whether section initialization succeeded.