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

FullscreenDataSourceWizardSectionId Variable

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

Declaration

var FullscreenDataSourceWizardSectionId: {
    SpecifyJsonConnectionPage: string;
    ChooseJsonSchemaPage: string;
    ChooseJsonSourcePage: string;
    ChooseSqlConnectionPage: string;
    ConfigureQueryPage: string;
    ConfigureQueryParametersPage: string;
    ConfigureMasterDetailRelationshipsPage: string;
};

Members

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

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

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