【发布时间】:2020-01-29 18:09:44
【问题描述】:
Me.rpt_Viewer.DisplayGroupTree = False
这会生成一条警告,指出 DisplayGroupTree 已过时
+----------+---------+----------------------------------------------------------------------+-------------------------------------+------+-------------------+
| Severity | Code | Description | Project File | Line | Suppression State |
+----------+---------+----------------------------------------------------------------------+-------------------------------------+------+-------------------+
| Warning | BC40008 | 'Public Overloads Property DisplayGroupTree As Boolean' is obsolete. | ProjectName C:\Projects\frm_Main.vb | 116 | Active |
+----------+---------+----------------------------------------------------------------------+-------------------------------------+------+-------------------+
我花了几个小时在谷歌上搜索这个,很多帖子都说我所知道的,它已经过时了。
【问题讨论】:
标签: vb.net crystal-reports obsolete