Skip to main content
A newer version of this page is available.
All docs
V19.1

SpecifyJsonDataSourceSettingsPage<TState, TResult> Class

Implements the Report Wizard’s Specify Data Source Settings (JSON) page.

Declaration

class SpecifyJsonDataSourceSettingsPage extends Analytics.Wizard.SpecifyJsonDataSourceSettingsPage

Type Parameters

Name Description
TState

A type of the state to initialize the page (optional).

TResult

A type of the page’s commit result (optional).

Remarks

This wizard page allows users to specify settings of a new JSON data source.

You can customize this page, hide specific sections or remove this page from the Report Wizard. To identify this page in code, use the FullscreenReportWizardPageId.SpecifyJsonDataSourceSettingsPage enumeration value.

See the following topics for more information:

Implements

Methods

canNext Method

Specifies whether the Next button is enabled on a wizard page.

Declaration

canNext(): boolean

Returns

Type Description
boolean

true, if the Next button is enabled; otherwise, false.

registerSections Method

Registers the page’s section.

Declaration

registerSections(): void

Remarks

This method registers the following sections in the Specify Data Source Settings (JSON) page:

  • SpecifyJsonConnectionPage (if there are predefined connection strings) - allows users to select a connection string or create a new connection string;
  • ChooseJsonSourcePage (if there are no predefined connection strings) - allows users to specify settings for a new connection string;
  • ChooseJsonSchemaPage - allows users to select data fields.