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

FullscreenReportWizardPageId Variable

In This Article

Lists the values that identify the Fullscreen Report Wizard‘s pages.

#Declaration

TypeScript
export const FullscreenReportWizardPageId: {
    SelectReportTypePage: string;
    SelectDataSourcePage: string;
    SpecifySqlDataSourceSettingsPage: string;
    SpecifyJsonDataSourceSettingsPage: string;
    DefineReportLayoutPage: string;
    DefineCrossTabPage: string;
    SpecifyPageSettingsPage: string;
    SpecifyLabelSettingsPage: string;
};

#Members

Name Type Description
DefineCrossTabPage string

Identifies the Define Report Layout page (DefineReportLayoutPage class).

DefineReportLayoutPage string

Identifies the Select Data Source page (SelectDataSourcePage class).

SelectDataSourcePage string

Identifies the Select Report Type page (SelectReportTypePage class).

SelectReportTypePage string

Identifies the Specify Data Source Settings (JSON) page (SpecifyJsonDataSourceSettingsPage class).

SpecifyJsonDataSourceSettingsPage string

Identifies the Specify Page Settings (Label) page (SpecifyLabelSettingsPage class).

SpecifyLabelSettingsPage string

Identifies the Specify Page Settings page (SpecifyPageSettingsPage class).

SpecifyPageSettingsPage string

Identifies the Specify Data Source Settings (Database) page (SpecifySqlDataSourceSettingsPage class).

SpecifySqlDataSourceSettingsPage string

Identifies the Specify Data Source Settings (Database) page (SpecifySqlDataSourceSettingsPage class).