Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在尝试使用表达式中的“Globals!PageNumber”显示页码时遇到错误。占位符正在接受表达式,但是当我运行报告时,我在页码字段中得到#error。还有其他方法吗?做吗?
针对这个问题,我找到了两种解决方法:
1) 在项目设置中将目标框架从 4.0 更改为 3.5
2) 在 system.web 部分的 web.config 中添加以下行:
<trust legacyCasModel="true" level="Full"/>
我有一个<table>我想要一个包含其子项的宽度<td>。
<table>
<td>
不幸的是,我只能将类分配给<td>列,而不是<th>列 - 所以我不能table-layout: fixed像往常一样使用。w3 表格布局规范
<th>
table-layout: fixed