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

    Implements the Report Wizard’s Select Data Source page.

    Declaration

    export class SelectDataSourcePage extends FullscreenWizardPage

    Remarks

    This wizard page allows users to select an available data source or create a new data source.

    You can customize this page, hide specific sections or remove this page from the Report Wizard. To identify this page in code, use the FullscreenReportWizardPageId.SelectDataSourcePage enumeration value.

    See the following topics for more information:

    Inheritance

    constructor(reportWizardOptions)

    Initializes a new instance of the SelectDataSourcePage class with specified settings.

    Declaration

    constructor(
        reportWizardOptions: DevExpress.Reporting.Designer.Wizard._ReportWizardOptions
    )

    Parameters

    Name Type
    reportWizardOptions _ReportWizardOptions

    Methods

    getNextSectionId(sectionId) Method

    Returns the next section’s ID.

    Declaration

    getNextSectionId(
        sectionId: any
    ): string

    Parameters

    Name Type Description
    sectionId any

    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:

    initialize(state) Method

    Declaration

    initialize(
        state: DevExpress.Analytics.Wizard.IDataSourceWizardState,
        stateChanged?: boolean
    ): JQuery.Promise<any>

    Parameters

    Name Type
    state IDataSourceWizardState
    stateChanged boolean

    Returns

    Type
    Promise<any>

    registerSections Method

    Declaration

    registerSections(): void