I am working with Delphi XE6 with ReportBuilder version 15.05 build 275.
I want to print images on paper decided by user. Eg:
Say width of paper is 10 cm and report column property is set to 2 So column width will be 10/2 = 5 cm each.
We leave some margin at the beginning, Draw images in first column and then Column Width / 2 = x cm.
so we start second column from x cm + initial margin. But it starts from x cm point only.
I want to place images in 'n' columns. How do I draw in second column?
