Skip to main content
All docs
V25.1
  • SpecifyFederationDataSourceSettingsPage Class

    A wizard page with federated data source settings (a federated query and master-detail relationships) in the Report Designer.

    Declaration

    export class SpecifyFederationDataSourceSettingsPage extends AnalyticSpecifyFederationDataSourceSettingsPage

    Methods

    canNext Method

    Declaration

    canNext(): boolean

    Returns

    Type
    boolean

    commit Method

    Commits the page’s local state to the global state.

    Declaration

    commit(): JQuery.Promise<any, any, any>

    Returns

    Type Description
    Promise<any,any,any>

    A JQuery Promise object that identifies whether the commit succeeded.

    initialize(state) Method

    Initializes the page with the specified settings.

    Declaration

    initialize(
        state: any
    ): JQuery.Promise<any, any, any>

    Parameters

    Name Type Description
    state any

    A page’s local state to initialize.

    Returns

    Type Description
    Promise<any,any,any>

    A JQuery Promise object that identifies whether page initialization succeeded.

    Remarks

    You can use the wizard’s beforePageInitialize and afterPageInitialize events to customize the page.

    See the following topics for more information: