Skip to main content
All docs
V23.2

DefineReportLayoutPage Class

Implements the Report Wizard’s Define Report Layout page.

Declaration

export class DefineReportLayoutPage extends FullscreenWizardPage

Remarks

This wizard page allows users to specify settings of a new JSON data source.

You can customize this page, hide specific sections or remove this page from the Report Wizard. To identify this page in code, use the FullscreenReportWizardPageId.DefineReportLayoutPage enumeration value.

See the following topics for more information:

Inheritance

constructor(_reportWizardOptions)

Initializes a new instance of the DefineReportLayoutPage class with specified settings.

Declaration

constructor(
    _reportWizardOptions: DevExpress.Reporting.Designer.Wizard._ReportWizardOptions
)

Parameters

Name Type
_reportWizardOptions _ReportWizardOptions

Methods

getNextSectionId(sectionId) Method

Returns the next section’s ID.

Declaration

getNextSectionId(
    sectionId: string
): string

Parameters

Name Type Description
sectionId string

The current section’s ID.

Returns

Type Description
string

The next section’s ID.

Remarks

You should override this method when you remove a specific section from the page and want to skip this section in the navigation logic.

See the following topics for more information:

registerSections Method

Registers the page’s sections.

Declaration

registerSections(): void

Remarks

This method registers the following sections in the Define Report Layout page: