UNPKG

devexpress-reporting

Version:

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

28 lines (27 loc) 1.05 kB
/** * DevExpress HTML/JS Reporting (designer\dataObjects\metadata\parameters\rangeSettings.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 { ISerializationInfo } from '@devexpress/analytics-core/analytics-utils'; import { PropertyGridEditorFlat } from '@devexpress/analytics-core/analytics-widgets'; export declare const rangeEditor: { custom: string; editorType: typeof PropertyGridEditorFlat; }; export declare const rangeBoundaryParameterInfos: (ISerializationInfo | { propertyName: string; modelName: string; displayName: string; localizationId: string; defaultVal: string; validationRules: { type: string; validationCallback?: (options: any) => boolean; readonly message: string; }[]; editor: import("@devexpress/analytics-core/analytics-utils").IEditorInfo; })[]; export declare const rangeSettingsInfos: ISerializationInfo[];