Skip to main content
A newer version of this page is available. .

FullscreenReportWizardPageId Variable

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

Declaration

var FullscreenReportWizardPageId: {
    SelectReportTypePage: string;
    SelectDataSourcePage: string;
    SpecifySqlDataSourceSettingsPage: string;
    SpecifyJsonDataSourceSettingsPage: string;
    DefineReportLayoutPage: string;
    SpecifyPageSettingsPage: string;
    SpecifyLabelSettingsPage: string;
};

Members

Name Type Description
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).

SpecifyPageSettingsPage string

Identifies the Specify Page Settings page (SpecifyPageSettingsPage class).

SpecifySqlDataSourceSettingsPage string

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