I use Crystal Reports within C#.NET and I want to create multicolumn tables to present my data. Problem I have is that there is just no "table" component in the designer, I can only draw lines - and that's enought to create table.
However it seems to be very not flexible - creating tables just by lines - it leads to problem with adding new columns, because then you have to manually changes position of all the columns on the right from the one created?
How this problem can be solved?