Has anyone created a report in which the details repeat horizontally, i.e. in columns, instead of vertically in rows? Or do I have to rearrange my data to make this work?
Thanks,
Jen
did you sort the issue?
While C1Report does not support horizontal binding, C1PrintDocument (included in C1Report product) does.
Please check out the attached sample, specifically the btnBindToListHorizontalDetail_Click method.
Hope this helps.