Skip to main content

FullscreenReportWizard Class

Implements the functionality for the fullscreen Report Wizard.

Declaration

export class FullscreenReportWizard extends FullscreenWizard

Inheritance

constructor(pageFactory, _reportWizardOptions)

Creates a new instance of the BaseWizard class.

Declaration

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

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: