设计器集成

1.报表设计器集成

第三方系统访问AnyReport大屏设计器采用iframe方式嵌套大屏设计器页面,大屏设计器URL可以选择单点登陆访问大屏设计器、生成token访问大屏设计器

大屏设计器访问URL: http://localhost:8080/dmp/rptMgr/def/add_dash_rpt.htm

将生成的token加入大屏设计器页面访问URL中
<iframe id="dashFrame" width="100%" height="100%" src=" http://localhost:8080/dmp/rptMgr/def/add_dash_rpt.htm?token=xx"></iframe>

2.大屏设计器集成

第三方系统访问AnyReport大屏设计器采用iframe方式嵌套大屏设计器页面,大屏设计器URL可以选择单点登陆访问大屏设计器、生成token访问大屏设计器

大屏设计器访问URL: http://localhost:8080/dmp/rptMgr/def/add_dash_rpt.htm

将生成的token加入大屏设计器页面访问URL中
<iframe id="dashFrame" width="100%" height="100%" src=" http://localhost:8080/dmp/rptMgr/def/add_dash_rpt.htm?token=xx"></iframe>

3.表单设计器集成

第三方系统访问AnyReport表单设计器采用iframe方式嵌套表单设计器页面,表单设计器URL可以选择单点登陆访问报表单计器、生成token访问表单设计器

表单设计器访问URL: http://localhost:8080/dmp/formMgr/def/add_form.htm

将生成的token加入表单设计器访问URL中
<iframe id="formFrame" width="100%" height="100%" src=" http://localhost:8080/dmp/formMgr/def/add_form.htm?token=xx"></iframe>