UNPKG

devexpress-reporting

Version:

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

12 lines (11 loc) 1.24 kB
/** * DevExpress HTML/JS Reporting (designer\widgets\editorTemplates.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 { EditorTemplates } from '@devexpress/analytics-core/analytics-widgets'; type ReportDesignerEditors = 'formatEditor' | 'dataSource' | 'dataBindings' | 'dataBinding' | 'reportExplorer' | 'reportSourceUrl' | 'bands' | 'runningBand' | 'sortingBand' | 'style' | 'stylePriority' | 'contentByType' | 'lookUpValues' | 'reportexpression' | 'reportexpressionComplex' | 'drillDownControls' | 'pivotGridFields' | 'scriptsBox' | 'formattingRule' | 'toclevel' | 'calculatedFields' | 'watermarks' | 'parameters' | 'reportRtlProperty' | 'comboboxUndo' | 'comboboxPageBreak' | 'fontUndo' | 'chartValueBinding' | 'name' | 'watermarkId' | 'bandLevel' | 'pivotCriteria' | 'fieldsCombobox' | 'richTextLoad' | 'summaryEditor' | 'expressionableFont' | 'fontModificatorsHighlightable' | 'parametersCheckbox' | 'dataSourceSelectBox' | 'localizationSelectBox' | 'viewStyle' | 'pdfContentLoad'; export declare const designerEditorTemplates: EditorTemplates<ReportDesignerEditors>; export {};