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

ChooseDataSourceTypePage Class

Implements the Select the data source type section of the Report Wizard’s Select Data Source page.

Declaration

class ChooseDataSourceTypePage extends Analytics.Wizard.ChooseDataSourceTypePage

Remarks

This page section allows users to select a data source type to create.

You can hide unnecessary data source types or remove this section from the Select Data Source page. To identify this section in code, use the FullscreenReportWizardSectionId.ChooseDataSourceTypePage enumeration value.

See the following topics for more information:

Implements

Inheritance

constructor(dataSourceWizardOptions)

Creates a new instance of the ChooseDataSourceTypePage class with the specified settings.

Declaration

constructor(
    dataSourceWizardOptions: _ReportWizardOptions
)

Parameters

Name Type Description
dataSourceWizardOptions _ReportWizardOptions

The page settings.