Hello,
In my Crystal-Reports Project (c# .NET 2008)
i get the last numbers (here for example the last number is 3) from my database.
This number have to by shown in my Crystal-Reports-Document (always incremented by 1)
This incremented number should be printed exactly 5 times in horizontal line and 13 times in vertical line.
I haven't found yet a solution by a function or whatever. How can it by solved?
This Document shoud look like this example:
3 4 5 6 7
9 10 11 12 13
14 15 16 17 18
19 20 21 22 23
24....
..and so on to 13 lines
Thanks You
Best Regards,