UNPKG

devexpress-reporting

Version:

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

16 lines (15 loc) 857 B
/** * DevExpress HTML/JS Reporting (designer\bands\metadata\xrBandMetaData.d.ts) * Version: 24.2.6 * Build date: Mar 18, 2025 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { ISerializationInfo, ISerializationInfoArray } from '@devexpress/analytics-core/analytics-utils'; export declare const expanded: ISerializationInfo; export declare const commonBandSerializationInfo: ISerializationInfoArray; export declare const bandSerializationInfo: ISerializationInfoArray; export declare const reportHeaderBandSerializationInfo: ISerializationInfoArray; export declare const reportFooterBandSerializationInfo: ISerializationInfoArray; export declare const popularPropertiesReportHeader: string[]; export declare const popularPropertiesReportFooter: string[];