问题
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