import { IPSDEReportPanel } from '@ibizstudio/runtime'; import { ControlServiceBase } from '@ibizstudio/runtime'; /** * 表格部件服务对象 * * @export * @class AppReportPanelService */ export declare class AppReportPanelService extends ControlServiceBase { /** * 表格实例对象 * * @memberof AppReportPanelService */ controlInstance: IPSDEReportPanel; /** * 数据服务对象 * * @type {any} * @memberof AppReportPanelService */ appEntityService: any; /** * Creates an instance of AppReportPanelService. * * @param {*} [opts={}] * @memberof AppReportPanelService */ constructor(opts?: any, context?: any); /** * 初始化服务参数 * * @type {boolean} * @memberof AppReportPanelService */ initServiceParam(opts: any): Promise; } //# sourceMappingURL=app-reportpanel-service.d.ts.map