FullscreenReportWizardSectionId Variable
Lists the values that identify sections of the Fullscreen Report Wizard‘s pages.
Declaration
export const FullscreenReportWizardSectionId: {
ChooseAvailableDataSourcePage: string;
SelectLabelTypePage: string;
CustomizeLabelPage: string;
SelectDataMembersPage_Members: string;
SelectDataMembersPage_Fields: string;
SelectSingleDataMemberPage: string;
AddGroupFieldsPage: string;
AddSummaryFieldsPage: string;
ConfigurePageSettingsPage: string;
SpecifyReportTitlePage: string;
ChooseDataSourceTypePage: string;
ChooseJsonSchemaPage: string;
SpecifyJsonConnectionPage: string;
ConfigureMasterDetailRelationshipsPage: string;
ConfigureQueryParametersPage: string;
ChooseSqlConnectionPage: string;
ConfigureQueryPage: string;
ChooseJsonSourcePage: string;
ConfigureCrossTabColumnsPage: string;
ConfigureCrossTabRowsPage: string;
ConfigureCrossTabDataPage: string;
};
Members
Name | Type | Description |
---|---|---|
AddGroupFieldsPage | string | Identifies the Define Report Layout page’s section that allows users to add group fields (the AddGroupFieldsPage class). |
AddSummaryFieldsPage | string | Identifies the Define Report Layout page’s section that allows users to add summary fields (the AddSummaryFieldsPage class). |
ChooseAvailableDataSourcePage | string | Identifies the Select Data Source page’s section that allows users to select an available data source (the ChooseAvailableDataSourcePage class). |
ChooseDataSourceTypePage | string | Identifies the Select Data Source page’s section that allows users to select the data source type (the ChooseDataSourceTypePage class). |
ChooseJsonSchemaPage | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose data fields for a JSON data source (the ChooseJsonSchemaPage class). |
ChooseJsonSourcePage | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose a connection for a JSON data source (the ChooseJsonSourcePage class). |
ChooseSqlConnectionPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to select a data connection (the ChooseSqlConnectionPage class). |
ConfigureCrossTabColumnsPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to configure master-detail relationships (the ConfigureMasterDetailRelationshipsPage class). |
ConfigureCrossTabDataPage | string | Identifies the Specify Page Settings page’s section that allows users to configure page settings and choose a report color scheme (the ConfigurePageSettingsPage class). |
ConfigureCrossTabRowsPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to select queries (the MultiQueryConfigurePage class). |
ConfigureMasterDetailRelationshipsPage | string | Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class). |
ConfigurePageSettingsPage | string | Identifies the Specify Page Settings (Label) page’s section that allows users to customize the label’s parameters (the CustomizeLabelPage class). |
ConfigureQueryPage | string | Identifies the Define Report Layout page’s section that allows users to select data fields to display in a report (the SelectDataMembersPage class). |
ConfigureQueryParametersPage | string | Identifies the Define Report Layout page’s section that allows users to select queries for a report (the SelectDataMembersPage class). |
CustomizeLabelPage | string | Identifies the Specify Page Settings (Label) page’s section that allows users to select the label type (the SelectLabelTypePage class). |
SelectDataMembersPage_Fields | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the SpecifyJsonConnectionPage class). |
SelectDataMembersPage_Members | string | Identifies the Specify Page Settings page’s section that allows users to enter the report title (the SpecifyReportTitlePage class). |
SelectLabelTypePage | string | Identifies the Specify Page Settings (Label) page’s section that allows users to select the label type (the SelectLabelTypePage class). |
SelectSingleDataMemberPage | string | |
SpecifyJsonConnectionPage | string | Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the SpecifyJsonConnectionPage class). |
SpecifyReportTitlePage | string | Identifies the Specify Page Settings page’s section that allows users to enter the report title (the SpecifyReportTitlePage class). |