可使用YZSoft.src.panel.IframePanel组件加载任何第三方报表。

集成配置

本例位置: WEB\2020\Services.REST\Developer\Application.ashx

new {

      text = "第三方报表",

      expanded = true,

      children = new object[]{

       new {

             id = "MyReport21",

             text = "IFrame集成",

             glyph = 0xeb12,

             xclass = "YZSoft.src.panel.IFramePanel",

             config = new {

             url = "http://insight.baidu.com/chezhan_cd/#/detail/3307",

                     @params = new {

                     accesstoken = "单点登录token",

                     name = "保时捷"

         }

    }

}

 

单点登录

集成第三方系统报表时,需实现单点登录,详见专门章节。

在参数中传递token,可实现简易单点登录。

Created with the Personal Edition of HelpNDoc: Easily create EBooks