Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FullscreenReportWizard Class

Implements the functionality for the fullscreen Report Wizard.

#Declaration

TypeScript
export class FullscreenReportWizard extends FullscreenWizard

#Inheritance

#constructor(pageFactory, _reportWizardOptions)

Creates a new instance of the BaseWizard class.

#Declaration

TypeScript
constructor(
    pageFactory: DevExpress.Analytics.Wizard.FullscreenWizardPageFactory,
    _reportWizardOptions: DevExpress.Reporting.Designer.Wizard._ReportWizardOptions
)

#Parameters

Name Type
pageFactory FullscreenWizardPageFactory
_reportWizardOptions _ReportWizardOptions

#Methods

#initialize Method

Initializes the wizard with the specified state.

#Declaration

TypeScript
initialize(
    state?: DevExpress.Reporting.Designer.Wizard.IReportWizardState
): void

#Parameters

Name Type Description
state IReportWizardState

The global state.

#Remarks

You can use the beforeInitialize and afterInitialize events to customize the wizard.

See the following topics for more information: