devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
12 lines (11 loc) • 598 B
TypeScript
/**
* DevExpress HTML/JS Reporting (viewer\internal\_utils.d.ts)
* Version: 24.2.7
* Build date: Apr 29, 2025
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
export declare function getCurrentResolution(zoom: any): number;
export declare function getImageBase64(url: any): import("@devexpress/analytics-core/analytics-internal-native").DxPromise<string>;
export declare function getEnumValues(enumType: any): string[];
export declare function safelyRunWindowOpen(url: string, target?: string): Window;