...using VS2005, WinForm, Report control in local processing mode and a
business object
I have a report control that works with one problem. The client wants a part
of the report to display the data horizontally. Currently this is on a
subreport in a list region with a datasource of type List<MyCustomObject>.
The good news: These are a list of images (actually paths to images) and
there will be a fixed number of columns. I.e. I want something like this if
I had 8 images
Image1 Image2 Image3
Image4 Image5 Image6
Image7 Image8
How can I accomplish this???
--
kevin...