devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
19 lines (18 loc) • 1.12 kB
TypeScript
/**
* DevExpress HTML/JS Reporting (designer\wizard\pages\fullscreen\specifyMongoDBDataSourceSettingsPage.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 { FullscreenWizardPageFactory, IDataSourceWizardState, SpecifyMongoDBDataSourceSettingsPage as AnalyticSpecifyMongoDBDataSourceSettingsPage } from '@devexpress/analytics-core/analytics-wizard';
import { _ReportWizardOptions } from '../../internal/utils';
export declare class SpecifyMongoDBDataSourceSettingsPage extends AnalyticSpecifyMongoDBDataSourceSettingsPage {
private _dataSourceId;
private _createMongoDBDataSourceInfo;
constructor(dataSourceWizardOptions: _ReportWizardOptions);
initialize(state: IDataSourceWizardState): JQuery.Promise<void, any, any>;
commit(): JQuery.Promise<any, any, any>;
}
export declare function _registerSpecifyMongoDBDataSourceSettingsPage(factory: FullscreenWizardPageFactory, wizardOptions: _ReportWizardOptions): void;