Delphi FastReport Multiple columns print

Viewed 49

I have a fastreport form. It is multiple columns, and columnPrinting is AcrossThenDown. For example, 2 columns and 7 rows.

How can I set to start data in the 4 rows and 2 columns?

The table first 7 record fill empty? (I think this is a very bad idea).

Any other idea?

+----------+----------+
|          |          |
+----------+----------+
|          |          |
+----------+----------+
|          |          |
+----------+----------+
|          |    X     |
+----------+----------+
|    X     |    X     |
+----------+----------+
|    X     |    X     |
+----------+----------+
|    X     |    X     |
+----------+----------+
0 Answers
Related