hanatech 发表于 2020-5-26 10:43:38

关于AR14实时刷新&调用WebApi的需求

目前我司在使用AR报表时有如下需求:
1、如何实现数据实时刷新。
2、如何实现调用WebApi数据集(JSON模式)。

另外,请提供下采用AR控件的大屏设计案例。

谢谢。

KearneyKang 发表于 2020-5-26 10:43:39

大屏设计可以看模板库:
比如这张:https://demo.grapecity.com.cn/activereports/aspnet/controlexplorer/Viewers/default.aspx?category=1001&action=K7&t=lib



https://demo.grapecity.com.cn/ActiveReports/ASPNET/Controlexplorer/Viewers/Default.aspx?category=1002&action=CF1&t=lib

https://demo.grapecity.com.cn/ActiveReports/ASPNET/Controlexplorer/Viewers/Default.aspx?category=1002&action=X1&t=lib

https://demo.grapecity.com.cn/ActiveReports/ASPNET/Controlexplorer/Viewers/Default.aspx?category=1002&action=F1&t=lib

KearneyKang 发表于 2020-5-26 11:25:44

AR14 的说明文档:https://www.grapecity.com/activereports/docs/v14/online/using-js-viewer.html

要时时刷新,就写一个定时器,定时刷新:
setTimeout(function () {
    clearTimeout(timeoutId);
    console.log(2);
}, 100);


hanatech 发表于 2020-5-27 13:34:42

兄弟,我一共问了三个问题。
页: [1]
查看完整版本: 关于AR14实时刷新&调用WebApi的需求