import { IPSDEReportPanel } from '@ibizstudio/runtime'; import { MDControlBase } from './md-control-base'; export declare class ReportPanelControlBase extends MDControlBase { /** * 报表面板实例 * * @type {IPSDEReportPanel} * @memberof ReportPanelControlBase */ controlInstance: IPSDEReportPanel; /** * 初始化报表面板模型 * * @type {*} * @memberof ReportPanelControlBase */ ctrlModelInit(): Promise; /** * 报表面板部件初始化 * * @memberof ReportPanelControlBase */ ctrlInit(): void; viewStateAction(tag: string, action: string, data: any): void; load(data?: any): void; } //# sourceMappingURL=reportpanel-control-base.d.ts.map