UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

22 lines (21 loc) 787 B
/** * DevExpress HTML/JS Reporting (scopes\reporting.js) * 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 '../common/customAction'; import '../common/customTypes'; import '../common/imageSource'; import '../common/types'; import '../common/binding/eventGenerator'; import '../common/binding/exportOptionsEventArgs'; import '../common/versions'; export * from '../common/customAction'; export * from '../common/customTypes'; export * from '../common/imageSource'; export * from '../common/types'; export * from '../common/binding/eventGenerator'; export * from '../common/binding/exportOptionsEventArgs'; export * from '../common/versions';