Actually I have to create a report in rdlc report viewer. In that I want to show information in blocks form like each block will contain 1 character. for ex. I have a string "Test", i want to show like 'T' in one box, 'e' in another and so on...
I have one logic to create those squares that I can create tables with small columns. But the problem is how to fill data (each character) from string what I will pass in dataset. Is there any other solution which can I use?
Thanks.