Skip to main content

FullscreenReportWizardPageId Variable

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

Declaration

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

Members

Name Type Description
AIEnterReportPromptPage string

Identifies the the Report Wizard’s Enter Report Description page (AIEnterReportPromptPage class).

AISelectDataSourceOptionPage string

Identifies the Select a Data source Option page (AISelectDataSourceOptionPage class).

DefineCrossTabPage string

Identifies the Define Report Layout (Cross-Tab Report) page (DefineCrossTabPage class).

DefineReportLayoutPage string

Identifies the Define Report Layout page (DefineReportLayoutPage class).

SelectDataSourcePage string

Identifies the Select Data Source page (SelectDataSourcePage class).

SelectReportTypePage string

Identifies the Select Report Type page (SelectReportTypePage class).

SpecifyJsonDataSourceSettingsPage string

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

SpecifyLabelSettingsPage string

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

SpecifyMongoDBDataSourceSettingsPage string

Identifies the Specify Data Source Settings (MongoDB) page (SpecifyMongoDBDataSourceSettingsPage class).

SpecifyPageSettingsPage string

Identifies the Specify Page Settings page (SpecifyPageSettingsPage class).

SpecifySqlDataSourceSettingsPage string

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