开发者

Can I insert textboxes and preserve blank space?

开发者 https://www.devze.com 2023-01-24 15:01 出处:网络
I\'ve got a p开发者_Go百科re-formatted report in Reporting Services 2005, and I need to change it to insert a series of textboxes (some static some using data) at various places in the report.

I've got a p开发者_Go百科re-formatted report in Reporting Services 2005, and I need to change it to insert a series of textboxes (some static some using data) at various places in the report.

Can I do this and keep all the rest of the spacing the same?

So I have:

aaa
bbb
ccc


ddd
eee

And I want to insert a new textbox below ccc but maintain the spacing above ddd without having to move ddd, eee, and anything below them:

aaa
bbb
ccc
zzzzz


ddd
eee


Personally, I'd move the textboxes below. However, you can add "zzzzz," set CanGrow to true, and give it a height of 0in. When it grows, it'll push everything else down.

0

精彩评论

暂无评论...
验证码 换一张
取 消