UNPKG

devexpress-reporting

Version:

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

19 lines (18 loc) 830 B
/** * DevExpress HTML/JS Reporting (viewer\exportOptions\exportOptionsPreview.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 { ExportOptions } from '../../common/exportOptions/exportOptions'; import { ISerializationInfoArray } from '@devexpress/analytics-core/analytics-utils'; export declare class ExportOptionsPreview extends ExportOptions { _generateFromFunction(exportType: any): (model: any, serializer: any) => any; _generateInfo(): ISerializationInfoArray; hasSensitiveData(): boolean; getInfo(): ISerializationInfoArray; } export declare class ExportOptionsMergedPreview extends ExportOptionsPreview { _generateInfo(): ISerializationInfoArray; }