ChooseAvailableDataSourcePage Class
Implements the Choose an available data source section of the Report Wizard’s Select Data Source page.
Declaration
export class ChooseAvailableDataSourcePage extends ChooseAvailableItemPage
Remarks
This page section allows users to select an available data source.
You can customize this section or remove it from the Select Data Source page. To identify this section in code, use the FullscreenReportWizardSectionId.ChooseAvailableDataSourcePage 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)
Inherited Members
Inheritance
WizardPageBase<TState, TResult>
ChooseAvailableItemPage
ChooseAvailableDataSourcePage
Methods
commit Method
Commits settings to the local page state.
Declaration
commit(): JQuery.Promise<any, any, any>
Returns
Type |
---|
Promise<any,any,any> |