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

FullscreenReportWizardSectionId Variable

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

Declaration

var FullscreenReportWizardSectionId: {
    ChooseAvailableDataSourcePage: string;
    SelectLabelTypePage: string;
    CustomizeLabelPage: string;
    SelectDataMembersPage_Members: string;
    SelectDataMembersPage_Fields: 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;
};

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

ConfigureMasterDetailRelationshipsPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to configure master-detail relationships (the ConfigureMasterDetailRelationshipsPage class).

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

ConfigureQueryPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to select queries (the MultiQueryConfigurePage class).

ConfigureQueryParametersPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class).

CustomizeLabelPage string

Identifies the Specify Page Settings (Label) page’s section that allows users to customize the label’s parameters (the CustomizeLabelPage class).

SelectDataMembersPage_Fields string

Identifies the Define Report Layout page’s section that allows users to select data fields to display in a report (the SelectDataMembersPage class).

SelectDataMembersPage_Members string

Identifies the Define Report Layout page’s section that allows users to select queries for a report (the SelectDataMembersPage class).

SelectLabelTypePage string

Identifies the Specify Page Settings (Label) page’s section that allows users to select the label type (the SelectLabelTypePage class).

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