找回密码
 立即注册

QQ登录

只需一步,快速开始

Young
高级会员   /  发表于:2013-9-2 16:03:00
11#
我在后台代码里指定了绑定,但调试的过程都没有执行this.SectionReport1_ReportStart,this.SectionReport1_DataInitialize,this.SectionReport1_FetchData这几个事件,这是为什么呢,但在本贴中加上绑定事件就可以正常执行
this.ReportStart += new System.EventHandler(this.SectionReport1_ReportStart);
this.DataInitialize += new System.EventHandler(this.SectionReport1_DataInitialize);
this.FetchData += new FetchEventHandler(this.SectionReport1_FetchData);
回复 使用道具 举报
ZenosZeng讲师达人认证 悬赏达人认证
超级版主   /  发表于:2013-9-2 17:12:00
12#
Young

this.ReportStart += new System.EventHandler(this.SectionReport1_ReportStart);
this.DataInitialize += new System.EventHandler(this.SectionReport1_DataInitialize);
this.FetchData += new FetchEventHandler(this.SectionReport1_FetchData);

是写在New方法中了吗,你要是方便的话最好将报表发送给我,我可以直接判断可能的原因,现在看不到你的问题现场很难推测原因。
回复 使用道具 举报
Young
高级会员   /  发表于:2013-9-2 20:24:00
13#
我的项目太大了,好几百M,都上传不了,能不能留个其它的方式上传呢
回复 使用道具 举报
Young
高级会员   /  发表于:2013-9-2 21:22:00
14#

MVC activereport出现问题

又新建的一个MVC,还是出现不能执行定义的事件,麻烦你查看下是什么原因

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
ZenosZeng讲师达人认证 悬赏达人认证
超级版主   /  发表于:2013-9-3 11:52:00
15#
Young 我正在调试你的问题,已有结果我会给你回帖。
回复 使用道具 举报
Young
高级会员   /  发表于:2013-9-4 10:52:00
16#
dof,您好,请问有结果了吗?
回复 使用道具 举报
ZenosZeng讲师达人认证 悬赏达人认证
超级版主   /  发表于:2013-9-4 15:05:00
17#
Young 我这边运行你的Demo时会出现一个错误,我这边在和产品团队讨论该错误

不知你这边运行指示不触发事件呢,还是会提示错误信息
回复 使用道具 举报
Young
高级会员   /  发表于:2013-9-4 16:31:00
18#
通过断点调试就是不能触发事件导致没办法生成报表的
回复 使用道具 举报
Young
高级会员   /  发表于:2013-9-4 16:31:00
19#
是不是在哪需要特殊的注意设置的呢
回复 使用道具 举报
ZenosZeng讲师达人认证 悬赏达人认证
超级版主   /  发表于:2013-9-4 18:43:00
20#
我现在还不能确定是MVC工程类型的问题还是其他原因,至少创建Web Application的时候不会出问题。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部