devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
21 lines (20 loc) • 859 B
JavaScript
/**
* DevExpress HTML/JS Reporting (common\exportOptions\mhtMetaData.js)
* 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 { characterSet, exportWatermarks, expotOptionsTitle, htmlExportMode, htmlTableLayout, inlineCss, pageBorderColor, pageBorderWidth, pageRange, rasterizationResolution, removeSecondarySymbols } from './metadata';
export const mhtExportOptionsSerializationInfoBase = [
pageBorderColor,
pageBorderWidth,
pageRange,
rasterizationResolution,
expotOptionsTitle,
characterSet,
htmlTableLayout,
removeSecondarySymbols,
exportWatermarks
];
export const mhtExportOptionsSerializationInfo = [htmlExportMode, inlineCss].concat(mhtExportOptionsSerializationInfoBase);