UNPKG

@progress/telerik-angular-native-report-viewer

Version:

Progress® Telerik® Native Report Viewer for Angular

7 lines (6 loc) 390 B
export type PrintMode = 'autoSelect' | 'forcePDFPlugin' | 'forcePDFFile'; export type PageMode = 'continuousScroll' | 'singlePage'; export type ViewMode = 'interactive' | 'printPreview'; export type ServiceType = 'REST' | 'reportServer'; export type ScaleMode = 'fitPageWidth' | 'fitPage' | 'specific'; export type ExportFormat = 'pdf' | 'csv' | 'xlsx' | 'pptx' | 'rtf' | 'image' | 'docx';