devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
89 lines (88 loc) • 1.82 kB
TypeScript
/**
* DevExpress HTML/JS Reporting (viewer\constants.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
*/
export declare var ActionId: {
Design: string;
FirstPage: string;
PrevPage: string;
Pagination: string;
NextPage: string;
LastPage: string;
MultipageToggle: string;
HighlightEditingFields: string;
ZoomOut: string;
ZoomSelector: string;
ZoomIn: string;
Print: string;
PrintPage: string;
ExportTo: string;
Search: string;
FullScreen: string;
};
export declare var ExportFormatID: {
PDF: {
text: string;
textId: string;
format: string;
};
XLS: {
text: string;
textId: string;
format: string;
};
XLSX: {
text: string;
textId: string;
format: string;
};
RTF: {
text: string;
textId: string;
format: string;
};
MHT: {
text: string;
textId: string;
format: string;
};
HTML: {
text: string;
textId: string;
format: string;
};
Text: {
text: string;
textId: string;
format: string;
propertyName: string;
};
CSV: {
text: string;
textId: string;
format: string;
};
Image: {
text: string;
textId: string;
format: string;
};
DOCX: {
text: string;
textId: string;
format: string;
};
};
export declare var PreviewElements: {
Toolbar: string;
Surface: string;
RightPanel: string;
};
export declare var ZoomAutoBy: {
None: number;
WholePage: number;
PageWidth: number;
};