SSRS: Can you force textboxes on same row to have different height?

本秂侑毒 提交于 2019-12-24 04:23:23

问题


DISCLAIMER: All of this information is completely fake on the report for testing purposes.

I have a report which contains a text box that is getting back a lot of data from a query. The issue is that it is pushing down another text box in a different row, and I am trying to fix that. Here is what the end result is, and the red box indicates the space I am trying to eliminate:

It should look like this:

The designer looks as such:

As you can, the text box on the left side with the expression under "Dose/Frequency/Route" is expanding down, and forcing the third text box (which will say ICD-9-CM(DATE) on the report) on the right side to push down, when it needs to be right under the text box above it.

I've spent awhile on this, and don't have much experience with SSRS so some guidance would be awesome. I tried putting an extra text box next to the one causing issues and changed its colspan from 10 to 9 but that didn't change anything. Here is an example (colors are just there to help me see where text box is going):


回答1:


You might try wrapping the two textboxes in a rectangle: Rectangles and Lines (Report Builder and SSRS)

This will allow you to have a bit more control over the layout. This is similar to doing tables based web page design, yhere are usualy better ways but sometimes this is the easiest.



来源:https://stackoverflow.com/questions/20431686/ssrs-can-you-force-textboxes-on-same-row-to-have-different-height

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!