SpecifyFederationDataSourceSettingsPage Class
Implements the Data Source Wizard’s Specify Data Source Settings (Data Federation) page.’
Declaration
export class SpecifyFederationDataSourceSettingsPage extends FullscreenWizardPage
Inherited Members
Inheritance
WizardPageBase<TState, TResult>
FullscreenWizardPage
SpecifyFederationDataSourceSettingsPage
constructor(_dataSourceWizardOptions)
Initializes a new instance of the SpecifyFederationDataSourceSettingsPage class with specified settings.
Declaration
constructor(
_dataSourceWizardOptions: DevExpress.Analytics.Wizard._MultiQueryDataSourceWizardOptions
)
Parameters
| Name | Type |
|---|---|
| _dataSourceWizardOptions | _MultiQueryDataSourceWizardOptions |
Methods
getNextSectionId(sectionId) Method
Returns the next section’s ID.
Declaration
getNextSectionId(
sectionId: string
): string
Parameters
| Name | Type | Description |
|---|---|---|
| sectionId | string | The current section’s ID. |
Returns
| Type | Description |
|---|---|
| string | The next section’s ID. |
Remarks
You should override this method when you remove a specific section from the page and want to skip this section in the navigation logic.
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)
registerSections Method
Registers the page sections.
Declaration
registerSections(): void