UNPKG

devexpress-reporting

Version:

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

26 lines (25 loc) 925 B
/** * DevExpress HTML/JS Reporting (designer\actions\actionId.js) * Version: 25.1.3 * Build date: Jun 26, 2025 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ export const ActionId = { NewReport: 'dxrd-newreport', NewReportViaWizard: 'dxrd-newreport-via-wizard', OpenReport: 'dxrd-open-report', ReportWizard: 'dxrd-run-wizard', ReportWizardFullScreen: 'dxrd-run-wizard-full-screen', Preview: 'dxrd-preview', Scripts: 'dxrd-scripts', AddDataSource: 'dxrd-add-datasource', AddSqlDataSource: 'dxrd-add-sql-datasource', AddMultiQuerySqlDataSource: 'dxrd-add-multi-query-sql-datasource', ValidateBindings: 'dxrd-validate-bindings', Save: 'dxrd-save', SaveAs: 'dxrd-save-as', Exit: 'dxrd-exit', FullScreen: 'dxrd-fullscreen', Localization: 'dxrd-localization-editor', };