devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
20 lines (19 loc) • 1.04 kB
TypeScript
/**
* DevExpress HTML/JS Reporting (designer\wizard\pages\fullscreen\selectDataSourcePage.d.ts)
* Version: 26.1.3
* Build date: Jun 16, 2026
* Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
/// <reference types="jquery" />
import { FullscreenWizardPage, FullscreenWizardPageFactory, IDataSourceWizardState } from '@devexpress/analytics-core/analytics-wizard';
import { _ReportWizardOptions } from '../../internal/utils';
export declare class SelectDataSourcePage extends FullscreenWizardPage {
private reportWizardOptions;
private showNoDataSourceOption;
constructor(reportWizardOptions: _ReportWizardOptions);
initialize(state: IDataSourceWizardState, stateChanged?: boolean): JQuery.Promise<void, any, any>;
registerSections(): void;
getNextSectionId(sectionId: any): string;
}
export declare function _registerSelectDataSourcePage(factory: FullscreenWizardPageFactory, reportWizardOptions: _ReportWizardOptions): void;