Board index » delphi » Report with data flow from left to right
it...@netins.net (John XU)
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Report with data flow from left to rightI need to create many reports with following format, where data flow Group1 Label1 Record1 Record2 Record3 Group2 Label1 Record1 Record2 Record3 However, the report tools available, such as Quick Report and Group1 Label1 Label2 Label3 Group2 Label1 Label2 Label3 I had to draw on Canvas of printer for printing such report and on Is there a better way? Thanks for any help. John Xu PS. Since there are about 40 variables too be placed on one page. |