UNPKG

devexpress-reporting

Version:

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

14 lines (13 loc) 748 B
/** * DevExpress HTML/JS Reporting (viewer\internal\_utils.d.ts) * Version: 26.1.3 * Build date: Jun 16, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import type { ISignatureField } from './_previewRequestWrapper'; 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; export declare function generateSignatureDisplay(fields: ISignatureField[]): string;