/********** Angular **********/ import { OnInit, AfterViewInit } from "@angular/core"; /********** Ionic **********/ /********** Plugin **********/ import { TelerikReportViewerComponent } from "@progress/telerik-angular-report-viewer"; /********** Component & Service **********/ import { FieldBase } from "../components/fieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { AlertService, AuthService, FontAweSomeService, ResourceApiService, ZCoreService } from "mmhglobal-zcore"; import * as i0 from "@angular/core"; export declare class ZreportComponent extends FieldBase implements OnInit, AfterViewInit { componentService: ZComponentService; fontAweSomeService: FontAweSomeService; private resourceApiService; private authService; private alertService; private zcoreService; viewer: TelerikReportViewerComponent; onExportBegin: Function; onExportEnd: Function; onRenderingBegin: Function; onRenderingEnd: Function; onPrintBegin: Function; onPrintEnd: Function; private allowPrintPDF; serviceUrl: any; reportSource: any; viewerContainerStyle: { position: string; width: string; height: string; fontFamily: string; backgroundColor: string; boxShadow: string; fontSize: string; lineHeight: string; color: string; }; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService, resourceApiService: ResourceApiService, authService: AuthService, alertService: AlertService, zcoreService: ZCoreService); ngOnInit(): void; ngAfterViewInit(): void; onResize(): void; onReady(): void; exportBegin(e: any, args: any): void; exportEnd(e: any, args: any): void; renderingBegin(e: any, args: any): void; renderingEnd(e: any, args: any): void; private generateEmptyPdf; printBegin(e: any, args: any): void; printEnd(e: any, args: any): void; generateReport(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }