UNPKG

devexpress-reporting

Version:

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

19 lines (18 loc) 1.23 kB
/** * DevExpress HTML/JS Reporting (designer\services\_reportRenderingService.d.ts) * 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 */ import { XRChartSurface } from '../controls/xrChart'; import { XRPdfContentViewModel } from '../controls/xrPdfContent'; import { XRRichSurface } from '../controls/xrRichTextSurface'; import { XRShapeControlSurface } from '../controls/xrShape'; export declare class ReportRenderingService { static getChartImage(surface: XRChartSurface): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>; static getUnknownControlImage(model: any, scale: number): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>; static getShapeImage(surface: XRShapeControlSurface): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>; static getRichImage(surface: XRRichSurface, propertyName: any): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>; static getPdfContentData(control: XRPdfContentViewModel): import("@devexpress/analytics-core/analytics-internal").DxPromise<any>; }