How to set page size unlimited in Oracle Reports concurrent program
I am developing a matrix report using Oracle Reports (rdf file) that is to be run as a concurrent program.
The report is a multi page document, but my requirement is that the column heading should appear only once - in the first page of the report.
In the rdf file I have set the "Layout-Main Section" properties as follows :
Width=100, Height=440, Horz Panel/page=1, Vert Panel/page=1, Orientation=Landscape, Report Width=2000, Report Heigth=2640 (i.e. I have made the height very long).
I have defined a custom prt file with height=99999, width=99999 I have defined a custom style and custom driver and Set the SRW Driver=Custom prt file. I have attached the Style to the "noprint" printer. I have attached the style to the concurrent program as well.