码迷,mamicode.com
首页 >  
搜索关键字:reportviewer    ( 87个结果
未能加载文件或程序集Microsoft.ReportViewer.WebForms, Version=10.0.0.0
解决方案如下ASP.NET项目使用VS2010开发,部署到windows 2008环境中,出现未能加载文件或程序集“Microsoft.ReportViewer.WebForms, Version=10.0.0.0的问题,在网上找了一些答案都解决不了,最终在微软网站下载Microsoft Repor ...
分类:Web程序   时间:2016-06-01 15:36:52    阅读次数:382
ReportViewer技巧汇总
在MVC项目中使用ReportViewer 创建WebForm,向Webform中添加ReportViewer控件,通过CodeBehind设置报表参数并填充数据,测试通过后在MVC的View中iFrame新创建的WebForm 在MVC项目中使用使用DbContext作为ReportViewer的 ...
分类:其他好文   时间:2016-05-19 14:40:47    阅读次数:136
ASP.Net 报表的创建
报表所用文件: (1)报表设计文件:xxx.rdlc文件 (2)调用报表文件: xxx.aspx文件 报表实现: (1)aspx调用代码:<rsweb:ReportViewer ID="report1" runat="server" Font-Names="Verdana" Font-Size="8 ...
分类:Web程序   时间:2016-04-09 23:43:09    阅读次数:391
C#winform初试报表
步骤1.新建一个窗口,拖一个ReportViewer控件上去,设置该控件的Dock为Fill。 步骤2.添加一个报表文件,如:Report1.rdlc,设置其中的参数,这里设置的参数和下面的代码里面的参数是对应的。 1 //加载报表文件,Debug目录下 2 this.reportViewer1.L
分类:Windows程序   时间:2016-03-08 21:21:19    阅读次数:136
reportViewer中按钮事件截止以及调用其他方法
//ReportView控件中按钮的进行时事件 private void reportViewer1_ReportExport(object sender, ReportExportEventArgs e) { //停止此按钮事件 e.Cancel = true; }...
分类:其他好文   时间:2016-01-13 12:58:24    阅读次数:178
reportViewer导出按钮下出导出类别的禁用
//屏蔽保存按钮下的出Excel外的其他导出功能 foreach (RenderingExtension re in reportViewer1.LocalReport.ListRenderingExtensions()) { //屏蔽掉你需要取消的导出功能 Excel PDF WORD ...
分类:其他好文   时间:2016-01-13 12:43:10    阅读次数:143
转: rdlc报表An error occurred during local report processing错误
在开发环境的电脑上可生成报表,但是一到客户端就提示An error occurred during local report processing错误。猜想是缺dll,补充上Microsoft.ReportViewer.Common.dllMicrosoft.ReportViewer.WinForm...
分类:其他好文   时间:2015-09-28 23:51:20    阅读次数:274
ReportViewer实例教程(转载)
本示例操作 主要实现a. ReportViewer关联Report1.rdlc的简单呈现b. 对带有报表参数的Report1.rdlc的呈现c. 利用程式生成的DataSet 填充报表d. 调用存储过程 生成DataSet 填充报表==========简单的呈现==========1. 打开VS20...
分类:其他好文   时间:2015-09-23 15:04:27    阅读次数:175
Asp.Net(c#)中使用ReportViewer控件制作报表
环境:VS20101、新建一个Default.aspx文件,把ReportViewer1控件和ScriptManager1拖到页面上。(1)、从ReportViewer1控件的任务栏中选择设计新报表,出现”报表向导“对话框。依次设置如下:“数据集属性”,选择或设置数据集。“排列字段”,将相应字段拖放...
分类:Windows程序   时间:2015-09-23 15:03:21    阅读次数:245
【三石视频教程】当FineUIPro遇到ReportViewer
FineUIPro 下个版本(v2.8.0)即将支持 ReportViewer,为此三石特别制作了一期视频教程,供大家参考。运行效果图:视频下载:http://pan.baidu.com/s/1gdAEOPd
分类:其他好文   时间:2015-09-08 23:17:57    阅读次数:178
87条   上一页 1 2 3 4 5 6 ... 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!