文本装饰,前提是visibility = true
在我看来,这相当简单,但从未设法装饰文本模式,在某些情况下,详细信息表的可见性
如下图:可见性设置位置的视图
因此,如果我可以编写: =IIF(table1.nameOfDetailRow.visibility = true ,“无”,“下划线”)
如何解决这个问题?
It seems to me to be fairly simple, but never manages to decorate the text modes, under some conditions the visibility of a detail table
following picture: A view of where the visibility is set
So, the problem would have solved if I could write: =IIF(table1.nameOfDetailRow.visibility = true, "none", "underline")
How to solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方法:
通过执行上述步骤,第二行将像详细信息一样隐藏并随之展开。
当它展开时,它将显示顶部边框,看起来像下划线(续)
A workaround:
By doing the steps above, the second row will be hidden like the detail and expand with it.
When it is expanded it will show the top border, which will look like an underline (continued)