FastReport报表,FastReport报表加载不出来
2018-06-22 07:39:16来源:未知 阅读 ()
iis6: <httpHandlers> <add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" /> </httpHandlers> iis7: <handlers> <add name="FastReportHandler" path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport"/> </handlers>
@WebReportGlobals.Scripts()
@WebReportGlobals.Styles()
@ViewBag.WebReport.GetHtml()
private WebReport webReport = new WebReport(); public ActionResult Index() { SetReport(); webReport.Width = 600; webReport.Height = 800; webReport.ToolbarIconsStyle = ToolbarIconsStyle.Black; ViewBag.WebReport = webReport; return View(); } private void SetReport() { string report_path = AppDomain.CurrentDomain.BaseDirectory; //传递数据 webReport.Report.RegisterData(new List<object> { new { Type = "Type", Mobile = "mobile", Price = "price", Date = "date", Title = "title", Ad = "ad" } }, "Orders"); //调用模板 webReport.Report.Load(report_path + "order.frx"); }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Asp.NET页面中事件加载的先后顺序详解 2020-03-19
- asp.net下的异步加载 2020-02-28
- JS实现完美include加载功能代码 2019-09-17
- 未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, 2018-10-06
- 未能加载文件或程序集“**********”或它的某一个依赖项。试 2018-09-29
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash