gaofei714 发表于 2016-3-11 16:25:54

ASP.NET MVC5中FlashViewer的使用

本帖最后由 Lenka.Guo 于 2016-3-11 17:45 编辑

在MVC5中如何使用FlashViewer呢。麻烦提供一个例子。
最好是动态数据源。

HTML5中可以通过webservice在webservice里指定数据源
reportService: {
                url: reportServiceUrl
            },


不知道FlashViewer是否也可以呢。

Lenka.Guo 发表于 2016-3-11 17:27:17

本帖最后由 Lenka.Guo 于 2016-3-11 17:42 编辑

MVC中使用FlahsViewer 请参考博客:http://blog.gcpowertools.com.cn/post/2015/07/31/HTML5MVC5.aspx
动态数据源绑定,与ASP.NET 中加载数据的代码类似(参考:http://blog.gcpowertools.com.cn/post/2013/05/17/ActiveReports-PageReport-RunTime-DataSource.aspx ),在自定义的Controller里面编写(如博客中的示例 HelloWorldController 中编写)
页: [1]
查看完整版本: ASP.NET MVC5中FlashViewer的使用