How to develop and print a 2 column report
I have a karaoke catalog app that I wrote in VFP which I am now rewriting in C#, first as an aid to teach myself C# coding, but secondly because the VFP app doesn't run well under Win7. One of the catalog options prints the songs grouped by artist in a double column page. The problem is the .Net reporting engine apparently doesn't do printed double column reports. What other options might I pursue?