Reputation: 703
I'm trying to get a SectionReport to have more than one column. The report is very long and there is plenty of space on the right side of the list (see upload)
How can I do that in Visual Studio 13 (C#) using Active Reports 9? The data comes from a json (content is dynamic)
Thank you :)
(Sorry, I had to blur it)
Upvotes: 3
Views: 249
Reputation: 126
did you try ColumnCount and ColumnDirection properties on the detail section http://www.programering.com/a/MDNxQDMwATg.html
Upvotes: 3