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