Crystal Report Viewer组树隐藏问题! [英] Crystal Report Viewer group tree hiding Issue!

查看:73
本文介绍了Crystal Report Viewer组树隐藏问题!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我希望以编程方式隐藏Crystal Report查看器的组树.
Intellisense拒绝了控件的任何"DisplayGroupTree"属性!
稍作搜索就得出了这样的事实,即在VS 2008中,"ToolPanelView"属性可以达到目的.
智能感知甚至拒绝了此属性.
我正在使用VS 2008,并且该构建使用目标3.5框架.
我被出卖了.
请帮忙!

问候,
Sid

Hi,
I wish to hide the group tree of the crystal report viewer programatically.
Intellisense denied any "DisplayGroupTree" property of the control!
A little googling yielded the fact that in VS 2008 the "ToolPanelView" property serves the purpose.
The intellisense denied even this property.
I am using VS 2008 and the build is with target 3.5 framework.
I feel betrayed.
Please help!

Regards,
Sid

推荐答案

CrystalReportViewer1.ToolPanelView = CrystalDecisions.Web.ToolPanelViewType.None;


这就是我要做的
crystalReportViewer1.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
This is what I do
crystalReportViewer1.ToolPanelView = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;


我在上面添加了一行...
"Intellisense拒绝了控件的任何"DisplayGroupTree"属性!"
在VS2008中,该属性已删除....:((
I added the line above...
"Intellisense denied any "DisplayGroupTree" property of the control!"
In VS2008 the property has been removed.... :((


这篇关于Crystal Report Viewer组树隐藏问题!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆