devexpress-reporting-react
Version:
DevExpress Reporting React provides the capability to develop a reporting application to create and customize reports.
10 lines (9 loc) • 319 B
JavaScript
import PropTypes from 'prop-types';
const ExportSettings = () => null;
ExportSettings.displayName = 'DxReportViewerExportSettings';
ExportSettings.propTypes = {
useSameTab: PropTypes.bool,
useAsynchronousExport: PropTypes.bool,
showPrintNotificationDialog: PropTypes.bool,
};
export default ExportSettings;