UNPKG

devexpress-reporting

Version:

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

16 lines (15 loc) 688 B
/** * DevExpress HTML/JS Reporting (designer\services\_reportRenderingService.d.ts) * Version: 20.2.13 * Build date: Apr 10, 2023 * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { XRChartSurface } from '../controls/xrChart'; import { XRShapeControlSurface } from '../controls/xrShape'; import { XRRichSurface } from '../controls/xrRichText'; export declare class ReportRenderingService { static getChartImage(surface: XRChartSurface): any; static getShapeImage(surface: XRShapeControlSurface): string; static getRichImage(surface: XRRichSurface, propertyName: any): any; }