devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
21 lines (20 loc) • 1.05 kB
TypeScript
/**
* DevExpress HTML/JS Reporting (designer\viewtemplates.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 { IEditorViewModel, IFieldListEditorViewModel } from '@devexpress/analytics-core/analytics-widgets';
import { ICollectionItemWrapperViewModel } from '@devexpress/analytics-core/analytics-widgets-internal';
import { ISummaryFunctionEditorViewModel } from '../chart/widgets/_summaryFunctionEditor';
export type ReportDesignerTemplates = {
'dxcd-field': IFieldListEditorViewModel;
'dxcd-pointscollection': IEditorViewModel;
'dxrd-formattingRuleCollection': IEditorViewModel;
'dxrd-dataBinding': IFieldListEditorViewModel;
'dxrd-chartValueBinding': IFieldListEditorViewModel;
'dxrd-reportexplorer-editor': IFieldListEditorViewModel;
'dxrd-collection-item-group': ICollectionItemWrapperViewModel;
'dxcd-summaryFunction-content': ISummaryFunctionEditorViewModel;
};