ConfigureMasterDetailRelationshipsPage Class
In This Article
Implements the Configure Master-Detail Relationships section of the Report Wizard’s Specify Data Source Settings (Database) page and the Data Source Wizard’s Specify Data Source Settings (Database).
#Declaration
TypeScript
export class ConfigureMasterDetailRelationshipsPage extends MasterDetailRelationshipsPageBase<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, DevExpress.Analytics.Wizard.ISqlDataSourceWizardState>
#Remarks
This page section allows users to create master-detail relationships between two or more queries.
You can customize this page or remove it from the Specify Data Source Settings (Database) page. To identify this section in code, use the following values:
- FullscreenReportWizardSectionId.ConfigureMasterDetailRelationshipsPage for the Report Wizard;
- FullscreenDataSourceWizardSectionId.ConfigureMasterDetailRelationshipsPage for the Data Source Wizard.
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>
MasterDetailRelationshipsPageBase<TState, TResult>
ConfigureMasterDetailRelationshipsPage
#Methods
#commit Method
Commits settings to the local page state.
#Declaration
TypeScript
commit(): JQuery.Promise<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, any, any>
#Returns
Type |
---|
Promise<ISql |