FullscreenReportWizard Class
In This Article
Implements the functionality for the fullscreen Report Wizard.
#Declaration
TypeScript
export class FullscreenReportWizard extends FullscreenWizard
#Inherited Members
#Inheritance
BaseWizard
PopupWizard
FullscreenWizard
FullscreenReportWizard
#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 |
---|---|
page |
Fullscreen |
_report |
_Report |
#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 | IReport |
The global state. |
#Remarks
You can use the beforeInitialize and afterInitialize events to customize the wizard.
See the following topics for more information: