我用的是mvc3框架,写了个rdlc报表,运行的时候报表不能自动分页,分页按钮点了报错,永远只显示第1页,但是导出excel,pdf都可以,数据全的,pdf也分页的。
报错信息:Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
...全文
2724打赏收藏
rdlc报表在mvc3中无法自动分页
我用的是mvc3框架,写了个rdlc报表,运行的时候报表不能自动分页,分页按钮点了报错,永远只显示第1页,但是导出excel,pdf都可以,数据全的,pdf也分页的。 报错信息:Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
你好,我也正在写 mvc3+rdlc的报表 。我现在 也遇到这样的问题了。是 在 呈现的时候 ,报报错信息:Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. 报表 没有显示出来。