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

    A wizard page with SQL data source settings (connection, queries, and UI sections) in the Report Designer.

    Declaration

    export class SpecifySqlDataSourceSettingsPage extends SpecifyAnalyticSqlDataSourceSettingsPage

    Methods

    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.

    registerSections Method

    Registers the UI sections used on the “Specify SQL Data Source Settings” wizard page.

    Declaration

    registerSections(): void