Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChooseDataSourceTypePage Class

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

#Declaration

TypeScript
export class ChooseDataSourceTypePage extends AnalyticChooseDataSourceTypePage

#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:

#constructor(dataSourceWizardOptions)

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

#Declaration

TypeScript
constructor(
    dataSourceWizardOptions: DevExpress.Reporting.Designer.Wizard._ReportWizardOptions
)

#Parameters

Name Type
dataSourceWizardOptions _ReportWizardOptions