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;
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). |