devexpress-reporting-react
Version:
DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.
12 lines (11 loc) • 769 B
TypeScript
import DxReportDesigner, { DxReportDesignerRef, DxReportDesignerProps } from './DxReportDesigner';
import Callbacks from './options/Callbacks';
import DataSourceSettings from './options/DataSourceSettings';
import DesignerModelSettings from './options/DesignerModelSettings';
import PreviewSettings from './options/PreviewSettings';
import RequestOptions from './options/RequestOptions';
import WizardSettings from './options/WizardSettings';
import ParameterEditingSettings from './options/ParameterEditingSettings';
export { Callbacks, DataSourceSettings, DesignerModelSettings, PreviewSettings, RequestOptions, WizardSettings, ParameterEditingSettings, DxReportDesigner };
export type { DxReportDesignerRef, DxReportDesignerProps };
export default DxReportDesigner;