Tabular Sub-report Property

对着背影说爱祢 提交于 2019-12-20 07:52:08

问题


I have a sub-report that retrieves ONLY one field, but it retrieves n values. This means it will be displayed in many rows. I want to display the sub-report result in a master report in ONLY one row (comma separated or Tabular). Is this applicable? I tried to make the sub-report Tabular = True, but it displays the results in the master report like (1 2 3) (space 2 space) (space space 3)

Thanks


回答1:


First of all, the tabular report must have at least one group.

Try to set a property TabularFreeze to value that cuts off a tabular region.
It is necessary that the red line was directly to the right of your TextBox.
Tabular region will be moved from rows to columns.



来源:https://stackoverflow.com/questions/26551488/tabular-sub-report-property

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