'this.m_clientController' is null or not an object - ReportViewer

'this.m_clientController' is null or not an object

--------------

It seems that you are using ajax in your web form, right?

Try to remove update panels around your report viewer control.

And then make the report viewer current page set to 1.

i.e.

if (!ReportViewer1.Enabled) { ReportViewer1.CurrentPage = 1; }

Thanks.

--------------

If you use VS2008, it is easier to change ReportViewer AsincRendering properties to 'false'.

 

ReportViewer1.AsyncRendering = false;
if (!ReportViewer1.Enabled) ReportViewer1.CurrentPage = 1;

 

reportviewer不能在updatepanel下工作

http://forums.asp.net/t/1253813.aspx

http://forums.aspfree.com/net-development-11/reportviewer-parameter-error-102166.html

http://www.dotnetspider.com/resources/29084-this-m-clientController-null-or-not-an-object.aspx

posted @   emanlee  阅读(861)  评论(0编辑  收藏  举报
编辑推荐:
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
阅读排行:
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
历史上的今天:
2007-08-31 2008秋季-计算机软件基础-PPT课件-第一章 软件工程
2007-08-31 2008秋季-计算机软件基础-PPT课件-第四章 查找与排序
2007-08-31 2008秋季-计算机软件基础-第三章 非线性数据结构(PPT课件)
点击右上角即可分享
微信分享提示