UNPKG

devexpress-reporting

Version:

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

19 lines (18 loc) 850 B
/** * DevExpress HTML/JS Reporting (designer\controls\metadata\properties\action.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, ISerializationInfoArray } from '@devexpress/analytics-core/analytics-utils'; export declare const drillThroughReportSourceUrl: ISerializationInfo; export declare const drillThroughReportSource: ISerializationInfo; export declare const drillThroughParameterBindings: ISerializationInfo; export declare const ActionType: { None: string; NavigateToReport: string; }; export declare const actionKind: ISerializationInfo; export declare const actionSerializationInfo: ISerializationInfoArray; export declare const action: ISerializationInfo;