devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
20 lines (19 loc) • 1.06 kB
TypeScript
/**
* DevExpress HTML/JS Reporting (viewer\binding\jsReportParametersPanelBinding.binding.d.ts)
* Version: 24.2.6
* Build date: Mar 18, 2025
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import { DxAnalyticsComponentCommon } from '@devexpress/analytics-core/analytics-internal-native';
import '@devexpress/analytics-core/analytics-internal';
import '@devexpress/analytics-core/analytics-widgets-internal';
import '@devexpress/analytics-core/analytics-utils';
import '@devexpress/analytics-core/analytics-elements';
import '@devexpress/analytics-core/analytics-widgets';
import { JSReportParametersPanel } from './jsReportParametersPanel';
import { IReportViewerOptions } from './jsReportViewerBindingBase';
export declare class DxReportParametersPanel extends DxAnalyticsComponentCommon<IReportViewerOptions<JSReportParametersPanel>> {
constructor(_element: HTMLElement, _options: IReportViewerOptions<JSReportParametersPanel>);
getBindingName(): string;
}