ChooseDataSourceTypePage Class
Implements the Select the data source type section of the Report Wizard’s Select Data Source page.
Declaration
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:
- Customize the Report/Data Source Wizard (ASP.NET Web Forms)
- Customize the Report/Data Source Wizard (ASP.NET MVC)
- Customize the Report/Data Source Wizard (ASP.NET Core)
constructor(dataSourceWizardOptions)
Creates a new instance of the ChooseDataSourceTypePage
class with the specified settings.
Declaration
constructor(
dataSourceWizardOptions: DevExpress.Reporting.Designer.Wizard._ReportWizardOptions
)
Parameters
Name | Type |
---|---|
dataSourceWizardOptions | _ReportWizardOptions |