gpt4 book ai didi

visual-studio-2013 - 禁止 RDLC 文件中的 rsOverlappingReportItems 警告

转载 作者:行者123 更新时间:2023-12-04 14:17:10 25 4
gpt4 key购买 nike

有没有办法抑制这样的警告?它可以是单个文件,也可以是整个项目。

消息是这样的:

Warning X   The text box ‘’ and the text box ‘’ overlap. Overlapping report items are not supported in all renderers.

最佳答案

请检查 Positions ( Top, Left ) 和 Sizes ( Width, Height ) 属性并调整这些属性以修复此警告。

示例:

Textbox1 => Left = 1in, Width = 2in
Textbox2 => Left = 2.8in, Width = 5in //overlapping

修复:
Textbox2 => Left = Textbox1.Left + Textbox1.Width + <Small Space>
Textbox2 => Left = 1in + 2in + 0.00200in //Fix

我做到了,构建警告消失了。这可能很有用。

关于visual-studio-2013 - 禁止 RDLC 文件中的 rsOverlappingReportItems 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31588254/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com