How to make RDLC report two column
问题 I have a simple report which is supposed to be used for printing stickers. The sticker paper is A4 size and it has two columns. I successfully managed to print data to left column. I also want to print data to right column too. My current report looks like this : [Title] [NameLastName] [Address] How can I make my report to fill data to two columns? Thanks. EDIT : I have generated another column as suggested in other questions. But the result is still one column, Can anyone tell me the next