How to repeat a text box horizontally in active reports 8, 9

二次信任 提交于 2019-12-12 03:27:11

问题


I am having a text box that prints details of a person. The details of say, 10 people are getting displayed one below the other in the output page. I am trying to have these details to be printed side by side. Example, for details of 10 people, each row will have details of 2 people so, that will make it 5 rows. The same text box to be repeated horizontally and then continue likewise in next row. Kindly help


回答1:


You can get the desired results using Section Based Report and setting the ColumnCount property for the detail section to 2. Once you set this property, you need to set the ColumnDirection property to "AcrossDown" so that the data is generated row by row instead of column by column.

I would also suggest you to check this and this walkthrough to see how this property is used.



来源:https://stackoverflow.com/questions/28556327/how-to-repeat-a-text-box-horizontally-in-active-reports-8-9

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